Shades of Dark Cerulean #18467F
Tints of Dark Cerulean #18467F
RGB
CMYK
RGB Variations
Color information
#18467F (or 0x18467F) is known color: Dark Cerulean. HEX triplet: 18, 46 and 7F. RGB value is (24,70,127). Sum of RGB (Red+Green+Blue) = 24+70+127=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #18467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18467F is #E7B980. Grayscale: #3E3E3E. Windows color (decimal): -15186305 or 8341016. OLE color: 8341016.
HSL color Cylindrical-coordinate representation of color #18467F: hue angle of 213.2º 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 #18467F is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 70 | 127 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.50 |
| HSL | 213.2º | 0.68% | 0.3% | - |
| HSV(B) | 213.2º | 0.81% | 0.5% | - |
| XYZ | 6.4 | 6.11 | 20.92 | - |
| YUV | 62.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 127 | 0.81 | 0.45 | 0 | 0.50 | 213.2 | 0.68 | 0.3 |
| Hex | 18 | 46 | 7F | 51 | 2D | 0 | 32 | D5 | 44 | 1E |
| Octal | 30 | 106 | 177 | 121 | 55 | 0 | 62 | 325 | 104 | 36 |
| Binary | 11000 | 1000110 | 1111111 | 1010001 | 101101 | 0 | 110010 | 11010101 | 1000100 | 11110 |
Color Harmonies of #18467F
Complementary color
Monochromatic Colors of #18467F
Black with #18467F
Text Example
Text Example
White with #18467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18467F; }
p { color: rgb(24,70,127); }
H1.HeaderClassName
{
color: #18467F;
}
.AnyTagClassName
{
color: #18467F;
}
</style>
background-color css
<style>
a { background-color: #18467F; }
a { background-color: rgb(24,70,127); }
div.DivClassName
{
background-color: #18467F;
}
.BgClassName
{
background-color: #18467F;
}
</style>
border-color css
<style>
span { border-color: #18467F; }
span { border-color: rgb(24,70,127); }
td.TdClassName
{
border-color: #18467F;
}
.TagClassName
{
border-color: #18467F;
}
</style>