#18487E

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

Shades of Dark Cerulean #18487E

Tints of Dark Cerulean #18487E

Color information

#18487E (or 0x18487E) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 7E. RGB value is (24,72,126). Sum of RGB (Red+Green+Blue) = 24+72+126=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #18487E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18487E is #E7B781. Grayscale: #3F3F3F. Windows color (decimal): -15185794 or 8275992. OLE color: 8275992.

HSL color Cylindrical-coordinate representation of color #18487E: hue angle of 211.76º 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 #18487E is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2472126-
CMYK0.810.4300.51
HSL211.76º68%29.41%-
HSV(B)211.76º80.95%49.41%-
XYZ6.466.3420.62-
YUV63.8163.199.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 126 (49.61% from 255) = 56.76%
R=10.81%
G=32.43%
B=56.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24721260.810.4300.51211.766829.41
Hex18487E512B033d4441d
Octal301101761215306332410435
Binary11000100100011111101010001101011011001111010100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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