#18367F

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

Shades of Dark Cerulean #18367F

Tints of Dark Cerulean #18367F

Color information

#18367F (or 0x18367F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 36 and 7F. RGB value is (24,54,127). Sum of RGB (Red+Green+Blue) = 24+54+127=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #18367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18367F is #E7C980. Grayscale: #353535. Windows color (decimal): -15190401 or 8336920. OLE color: 8336920.

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

Color convert

RGB2454127-
CMYK0.810.5700.50
HSL222.52º68.21%29.61%-
HSV(B)222.52º81.1%49.8%-
XYZ5.534.3620.63-
YUV53.35169.56107.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 127 (50% from 255) = 61.95%
R=11.71%
G=26.34%
B=61.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24541270.810.5700.50222.5268.2129.61
Hex18367F5139032df441e
Octal30661771217106233710436
Binary1100011011011111111010001111001011001011011111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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