Shades of Dark Cerulean #18367F
Tints of Dark Cerulean #18367F
RGB
CMYK
RGB Variations
Color information
#18367F (or 0x18367F) is known color: 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
| RGB | 24 | 54 | 127 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.50 |
| HSL | 222.52º | 0.68% | 0.3% | - |
| HSV(B) | 222.52º | 0.81% | 0.5% | - |
| XYZ | 5.53 | 4.36 | 20.63 | - |
| YUV | 53.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 127 | 0.81 | 0.57 | 0 | 0.50 | 222.52 | 0.68 | 0.3 |
| Hex | 18 | 36 | 7F | 51 | 39 | 0 | 32 | DF | 44 | 1E |
| Octal | 30 | 66 | 177 | 121 | 71 | 0 | 62 | 337 | 104 | 36 |
| Binary | 11000 | 110110 | 1111111 | 1010001 | 111001 | 0 | 110010 | 11011111 | 1000100 | 11110 |
Color Harmonies of #18367F
Complementary color
Monochromatic Colors of #18367F
Black with #18367F
Text Example
Text Example
White with #18367F
Text Example
Text Example
HTML Codes & Css Web 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>