#18387B

Color #18387B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #18387B

Tints of Dark Cerulean #18387B

Color information

#18387B (or 0x18387B) is unknown color: approx Dark Cerulean. HEX triplet: 18, 38 and 7B. RGB value is (24,56,123). Sum of RGB (Red+Green+Blue) = 24+56+123=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #18387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18387B is #E7C784. Grayscale: #353535. Windows color (decimal): -15189893 or 8075288. OLE color: 8075288.

HSL color Cylindrical-coordinate representation of color #18387B: hue angle of 220.61º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18387B is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2456123-
CMYK0.800.5400.52
HSL220.61º67.35%28.82%-
HSV(B)220.61º80.49%48.24%-
XYZ5.374.4519.32-
YUV54.07166.9106.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=11.82%
G=27.59%
B=60.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24561230.800.5400.52220.6167.3528.82
Hex18387B5036034dd431d
Octal30701731206606433510335
Binary1100011100011110111010000110110011010011011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18387B; }

 p { color: rgb(24,56,123); }

 H1.HeaderClassName
 {
   color: #18387B;
 }
 .AnyTagClassName
 {
   color: #18387B;
 }
</style>
background-color css

<style>
 a { background-color: #18387B; }

 a { background-color: rgb(24,56,123); }

 div.DivClassName
 {
   background-color: #18387B;
 }
 .BgClassName
 {
   background-color: #18387B;
 }
</style>
border-color css

<style>
 span { border-color: #18387B; }

 span { border-color: rgb(24,56,123); }

 td.TdClassName
 {
   border-color: #18387B;
 }
 .TagClassName
 {
   border-color: #18387B;
 }
</style>