Shades of Dark Cerulean #18417B
Tints of Dark Cerulean #18417B
RGB
CMYK
RGB Variations
Color information
#18417B (or 0x18417B) is known color: Dark Cerulean. HEX triplet: 18, 41 and 7B. RGB value is (24,65,123). Sum of RGB (Red+Green+Blue) = 24+65+123=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #18417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18417B is #E7BE84. Grayscale: #3B3B3B. Windows color (decimal): -15187589 or 8077592. OLE color: 8077592.
HSL color Cylindrical-coordinate representation of color #18417B: hue angle of 215.15º 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 #18417B is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 65 | 123 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.52 |
| HSL | 215.15º | 0.67% | 0.29% | - |
| HSV(B) | 215.15º | 0.8% | 0.48% | - |
| XYZ | 5.84 | 5.4 | 19.47 | - |
| YUV | 59.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 123 | 0.80 | 0.47 | 0 | 0.52 | 215.15 | 0.67 | 0.29 |
| Hex | 18 | 41 | 7B | 50 | 2F | 0 | 34 | D7 | 43 | 1D |
| Octal | 30 | 101 | 173 | 120 | 57 | 0 | 64 | 327 | 103 | 35 |
| Binary | 11000 | 1000001 | 1111011 | 1010000 | 101111 | 0 | 110100 | 11010111 | 1000011 | 11101 |
Color Harmonies of #18417B
Complementary color
Monochromatic Colors of #18417B
Black with #18417B
Text Example
Text Example
White with #18417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18417B; }
p { color: rgb(24,65,123); }
H1.HeaderClassName
{
color: #18417B;
}
.AnyTagClassName
{
color: #18417B;
}
</style>
background-color css
<style>
a { background-color: #18417B; }
a { background-color: rgb(24,65,123); }
div.DivClassName
{
background-color: #18417B;
}
.BgClassName
{
background-color: #18417B;
}
</style>
border-color css
<style>
span { border-color: #18417B; }
span { border-color: rgb(24,65,123); }
td.TdClassName
{
border-color: #18417B;
}
.TagClassName
{
border-color: #18417B;
}
</style>