Shades of Dark Cerulean #18456F
Tints of Dark Cerulean #18456F
RGB
CMYK
RGB Variations
Color information
#18456F (or 0x18456F) is known color: Dark Cerulean. HEX triplet: 18, 45 and 6F. RGB value is (24,69,111). Sum of RGB (Red+Green+Blue) = 24+69+111=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #18456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18456F is #E7BA90. Grayscale: #3C3C3C. Windows color (decimal): -15186577 or 7292184. OLE color: 7292184.
HSL color Cylindrical-coordinate representation of color #18456F: hue angle of 208.97º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18456F is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 69 | 111 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.56 |
| HSL | 208.97º | 0.64% | 0.26% | - |
| HSV(B) | 208.97º | 0.78% | 0.44% | - |
| XYZ | 5.37 | 5.6 | 15.84 | - |
| YUV | 60.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 111 | 0.78 | 0.38 | 0 | 0.56 | 208.97 | 0.64 | 0.26 |
| Hex | 18 | 45 | 6F | 4E | 26 | 0 | 38 | D1 | 40 | 1A |
| Octal | 30 | 105 | 157 | 116 | 46 | 0 | 70 | 321 | 100 | 32 |
| Binary | 11000 | 1000101 | 1101111 | 1001110 | 100110 | 0 | 111000 | 11010001 | 1000000 | 11010 |
Color Harmonies of #18456F
Complementary color
Monochromatic Colors of #18456F
Black with #18456F
Text Example
Text Example
White with #18456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18456F; }
p { color: rgb(24,69,111); }
H1.HeaderClassName
{
color: #18456F;
}
.AnyTagClassName
{
color: #18456F;
}
</style>
background-color css
<style>
a { background-color: #18456F; }
a { background-color: rgb(24,69,111); }
div.DivClassName
{
background-color: #18456F;
}
.BgClassName
{
background-color: #18456F;
}
</style>
border-color css
<style>
span { border-color: #18456F; }
span { border-color: rgb(24,69,111); }
td.TdClassName
{
border-color: #18456F;
}
.TagClassName
{
border-color: #18456F;
}
</style>