#18427F

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

Shades of Dark Cerulean #18427F

Tints of Dark Cerulean #18427F

Color information

#18427F (or 0x18427F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 42 and 7F. RGB value is (24,66,127). Sum of RGB (Red+Green+Blue) = 24+66+127=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #18427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18427F is #E7BD80. Grayscale: #3C3C3C. Windows color (decimal): -15187329 or 8339992. OLE color: 8339992.

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

Color convert

RGB2466127-
CMYK0.810.4800.50
HSL215.53º68.21%29.61%-
HSV(B)215.53º81.1%49.8%-
XYZ6.165.6220.84-
YUV60.4165.59102.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 127 (50% from 255) = 58.53%
R=11.06%
G=30.41%
B=58.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24661270.810.4800.50215.5368.2129.61
Hex18427F5130032d8441e
Octal301021771216006233010436
Binary11000100001011111111010001110000011001011011000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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