Shades of Dark Cerulean #18417A
Tints of Dark Cerulean #18417A
RGB
CMYK
RGB Variations
Color information
#18417A (or 0x18417A) is known color: Dark Cerulean. HEX triplet: 18, 41 and 7A. RGB value is (24,65,122). Sum of RGB (Red+Green+Blue) = 24+65+122=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #18417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18417A is #E7BE85. Grayscale: #3A3A3A. Windows color (decimal): -15187590 or 8012056. OLE color: 8012056.
HSL color Cylindrical-coordinate representation of color #18417A: hue angle of 214.9º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18417A is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 65 | 122 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.52 |
| HSL | 214.9º | 0.67% | 0.29% | - |
| HSV(B) | 214.9º | 0.8% | 0.48% | - |
| XYZ | 5.78 | 5.38 | 19.15 | - |
| YUV | 59.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 122 | 0.80 | 0.47 | 0 | 0.52 | 214.9 | 0.67 | 0.29 |
| Hex | 18 | 41 | 7A | 50 | 2F | 0 | 34 | D7 | 43 | 1D |
| Octal | 30 | 101 | 172 | 120 | 57 | 0 | 64 | 327 | 103 | 35 |
| Binary | 11000 | 1000001 | 1111010 | 1010000 | 101111 | 0 | 110100 | 11010111 | 1000011 | 11101 |
Color Harmonies of #18417A
Complementary color
Monochromatic Colors of #18417A
Black with #18417A
Text Example
Text Example
White with #18417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18417A; }
p { color: rgb(24,65,122); }
H1.HeaderClassName
{
color: #18417A;
}
.AnyTagClassName
{
color: #18417A;
}
</style>
background-color css
<style>
a { background-color: #18417A; }
a { background-color: rgb(24,65,122); }
div.DivClassName
{
background-color: #18417A;
}
.BgClassName
{
background-color: #18417A;
}
</style>
border-color css
<style>
span { border-color: #18417A; }
span { border-color: rgb(24,65,122); }
td.TdClassName
{
border-color: #18417A;
}
.TagClassName
{
border-color: #18417A;
}
</style>