Shades of Dark Cerulean #18496F
Tints of Dark Cerulean #18496F
RGB
CMYK
RGB Variations
Color information
#18496F (or 0x18496F) is known color: Dark Cerulean. HEX triplet: 18, 49 and 6F. RGB value is (24,73,111). Sum of RGB (Red+Green+Blue) = 24+73+111=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #18496F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18496F is #E7B690. Grayscale: #3E3E3E. Windows color (decimal): -15185553 or 7293208. OLE color: 7293208.
HSL color Cylindrical-coordinate representation of color #18496F: hue angle of 206.21º 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 #18496F is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 73 | 111 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.56 |
| HSL | 206.21º | 0.64% | 0.26% | - |
| HSV(B) | 206.21º | 0.78% | 0.44% | - |
| XYZ | 5.63 | 6.11 | 15.92 | - |
| YUV | 62.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 111 | 0.78 | 0.34 | 0 | 0.56 | 206.21 | 0.64 | 0.26 |
| Hex | 18 | 49 | 6F | 4E | 22 | 0 | 38 | CE | 40 | 1A |
| Octal | 30 | 111 | 157 | 116 | 42 | 0 | 70 | 316 | 100 | 32 |
| Binary | 11000 | 1001001 | 1101111 | 1001110 | 100010 | 0 | 111000 | 11001110 | 1000000 | 11010 |
Color Harmonies of #18496F
Complementary color
Monochromatic Colors of #18496F
Black with #18496F
Text Example
Text Example
White with #18496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18496F; }
p { color: rgb(24,73,111); }
H1.HeaderClassName
{
color: #18496F;
}
.AnyTagClassName
{
color: #18496F;
}
</style>
background-color css
<style>
a { background-color: #18496F; }
a { background-color: rgb(24,73,111); }
div.DivClassName
{
background-color: #18496F;
}
.BgClassName
{
background-color: #18496F;
}
</style>
border-color css
<style>
span { border-color: #18496F; }
span { border-color: rgb(24,73,111); }
td.TdClassName
{
border-color: #18496F;
}
.TagClassName
{
border-color: #18496F;
}
</style>