#18417F

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

Shades of Dark Cerulean #18417F

Tints of Dark Cerulean #18417F

Color information

#18417F (or 0x18417F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 41 and 7F. RGB value is (24,65,127). Sum of RGB (Red+Green+Blue) = 24+65+127=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #18417F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18417F is #E7BE80. Grayscale: #3B3B3B. Windows color (decimal): -15187585 or 8339736. OLE color: 8339736.

HSL color Cylindrical-coordinate representation of color #18417F: hue angle of 216.12º 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 #18417F is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2465127-
CMYK0.810.4900.50
HSL216.12º68.21%29.61%-
HSV(B)216.12º81.1%49.8%-
XYZ6.15.5120.82-
YUV59.81165.92102.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 127 (50% from 255) = 58.80%
R=11.11%
G=30.09%
B=58.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24651270.810.4900.50216.1268.2129.61
Hex18417F5131032d8441e
Octal301011771216106233010436
Binary11000100000111111111010001110001011001011011000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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