Shades of Dark Cerulean #18406E
Tints of Dark Cerulean #18406E
RGB
CMYK
RGB Variations
Color information
#18406E (or 0x18406E) is known color: Dark Cerulean. HEX triplet: 18, 40 and 6E. RGB value is (24,64,110). Sum of RGB (Red+Green+Blue) = 24+64+110=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #18406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18406E is #E7BF91. Grayscale: #393939. Windows color (decimal): -15187858 or 7225368. OLE color: 7225368.
HSL color Cylindrical-coordinate representation of color #18406E: hue angle of 212.09º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18406E is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 64 | 110 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.57 |
| HSL | 212.09º | 0.64% | 0.26% | - |
| HSV(B) | 212.09º | 0.78% | 0.43% | - |
| XYZ | 5.02 | 4.99 | 15.45 | - |
| YUV | 57.28 | 157.75 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 110 | 0.78 | 0.42 | 0 | 0.57 | 212.09 | 0.64 | 0.26 |
| Hex | 18 | 40 | 6E | 4E | 2A | 0 | 39 | D4 | 40 | 1A |
| Octal | 30 | 100 | 156 | 116 | 52 | 0 | 71 | 324 | 100 | 32 |
| Binary | 11000 | 1000000 | 1101110 | 1001110 | 101010 | 0 | 111001 | 11010100 | 1000000 | 11010 |
Color Harmonies of #18406E
Complementary color
Monochromatic Colors of #18406E
Black with #18406E
Text Example
Text Example
White with #18406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18406E; }
p { color: rgb(24,64,110); }
H1.HeaderClassName
{
color: #18406E;
}
.AnyTagClassName
{
color: #18406E;
}
</style>
background-color css
<style>
a { background-color: #18406E; }
a { background-color: rgb(24,64,110); }
div.DivClassName
{
background-color: #18406E;
}
.BgClassName
{
background-color: #18406E;
}
</style>
border-color css
<style>
span { border-color: #18406E; }
span { border-color: rgb(24,64,110); }
td.TdClassName
{
border-color: #18406E;
}
.TagClassName
{
border-color: #18406E;
}
</style>