#18477F

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

Shades of Dark Cerulean #18477F

Tints of Dark Cerulean #18477F

Color information

#18477F (or 0x18477F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 47 and 7F. RGB value is (24,71,127). Sum of RGB (Red+Green+Blue) = 24+71+127=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #18477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18477F is #E7B880. Grayscale: #3F3F3F. Windows color (decimal): -15186049 or 8341272. OLE color: 8341272.

HSL color Cylindrical-coordinate representation of color #18477F: hue angle of 212.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18477F is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2471127-
CMYK0.810.4400.50
HSL212.62º68.21%29.61%-
HSV(B)212.62º81.1%49.8%-
XYZ6.466.2320.94-
YUV63.33163.9399.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 127 (50% from 255) = 57.21%
R=10.81%
G=31.98%
B=57.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24711270.810.4400.50212.6268.2129.61
Hex18477F512C032d5441e
Octal301071771215406232510436
Binary11000100011111111111010001101100011001011010101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18477F; }

 p { color: rgb(24,71,127); }

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

<style>
 a { background-color: #18477F; }

 a { background-color: rgb(24,71,127); }

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

<style>
 span { border-color: #18477F; }

 span { border-color: rgb(24,71,127); }

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