Shades of Dark Cerulean #18427B
Tints of Dark Cerulean #18427B
RGB
CMYK
RGB Variations
Color information
#18427B (or 0x18427B) is known color: Dark Cerulean. HEX triplet: 18, 42 and 7B. RGB value is (24,66,123). Sum of RGB (Red+Green+Blue) = 24+66+123=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #18427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18427B is #E7BD84. Grayscale: #3B3B3B. Windows color (decimal): -15187333 or 8077848. OLE color: 8077848.
HSL color Cylindrical-coordinate representation of color #18427B: hue angle of 214.55º 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 #18427B is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 66 | 123 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.52 |
| HSL | 214.55º | 0.67% | 0.29% | - |
| HSV(B) | 214.55º | 0.8% | 0.48% | - |
| XYZ | 5.9 | 5.52 | 19.49 | - |
| YUV | 59.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 123 | 0.80 | 0.46 | 0 | 0.52 | 214.55 | 0.67 | 0.29 |
| Hex | 18 | 42 | 7B | 50 | 2E | 0 | 34 | D7 | 43 | 1D |
| Octal | 30 | 102 | 173 | 120 | 56 | 0 | 64 | 327 | 103 | 35 |
| Binary | 11000 | 1000010 | 1111011 | 1010000 | 101110 | 0 | 110100 | 11010111 | 1000011 | 11101 |
Color Harmonies of #18427B
Complementary color
Monochromatic Colors of #18427B
Black with #18427B
Text Example
Text Example
White with #18427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18427B; }
p { color: rgb(24,66,123); }
H1.HeaderClassName
{
color: #18427B;
}
.AnyTagClassName
{
color: #18427B;
}
</style>
background-color css
<style>
a { background-color: #18427B; }
a { background-color: rgb(24,66,123); }
div.DivClassName
{
background-color: #18427B;
}
.BgClassName
{
background-color: #18427B;
}
</style>
border-color css
<style>
span { border-color: #18427B; }
span { border-color: rgb(24,66,123); }
td.TdClassName
{
border-color: #18427B;
}
.TagClassName
{
border-color: #18427B;
}
</style>