#18487C

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

Shades of Dark Cerulean #18487C

Tints of Dark Cerulean #18487C

Color information

#18487C (or 0x18487C) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 7C. RGB value is (24,72,124). Sum of RGB (Red+Green+Blue) = 24+72+124=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #18487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18487C is #E7B783. Grayscale: #3F3F3F. Windows color (decimal): -15185796 or 8144920. OLE color: 8144920.

HSL color Cylindrical-coordinate representation of color #18487C: hue angle of 211.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18487C is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2472124-
CMYK0.810.4200.51
HSL211.2º67.57%29.02%-
HSV(B)211.2º80.65%48.63%-
XYZ6.336.2819.95-
YUV63.58162.199.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=10.91%
G=32.73%
B=56.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24721240.810.4200.51211.267.5729.02
Hex18487C512A033d3441d
Octal301101741215206332310435
Binary11000100100011111001010001101010011001111010011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18487C; }

 p { color: rgb(24,72,124); }

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

<style>
 a { background-color: #18487C; }

 a { background-color: rgb(24,72,124); }

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

<style>
 span { border-color: #18487C; }

 span { border-color: rgb(24,72,124); }

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