Shades of Dark Cerulean #18428C
Tints of Dark Cerulean #18428C
RGB
CMYK
RGB Variations
Color information
#18428C (or 0x18428C) is known color: Dark Cerulean. HEX triplet: 18, 42 and 8C. RGB value is (24,66,140). Sum of RGB (Red+Green+Blue) = 24+66+140=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #18428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18428C is #E7BD73. Grayscale: #3D3D3D. Windows color (decimal): -15187316 or 9191960. OLE color: 9191960.
HSL color Cylindrical-coordinate representation of color #18428C: hue angle of 218.28º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18428C is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 66 | 140 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.45 |
| HSL | 218.28º | 0.71% | 0.32% | - |
| HSV(B) | 218.28º | 0.83% | 0.55% | - |
| XYZ | 7.06 | 5.98 | 25.59 | - |
| YUV | 61.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 140 | 0.83 | 0.53 | 0 | 0.45 | 218.28 | 0.71 | 0.32 |
| Hex | 18 | 42 | 8C | 53 | 35 | 0 | 2D | DA | 47 | 20 |
| Octal | 30 | 102 | 214 | 123 | 65 | 0 | 55 | 332 | 107 | 40 |
| Binary | 11000 | 1000010 | 10001100 | 1010011 | 110101 | 0 | 101101 | 11011010 | 1000111 | 100000 |
Color Harmonies of #18428C
Complementary color
Monochromatic Colors of #18428C
Black with #18428C
Text Example
Text Example
White with #18428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18428C; }
p { color: rgb(24,66,140); }
H1.HeaderClassName
{
color: #18428C;
}
.AnyTagClassName
{
color: #18428C;
}
</style>
background-color css
<style>
a { background-color: #18428C; }
a { background-color: rgb(24,66,140); }
div.DivClassName
{
background-color: #18428C;
}
.BgClassName
{
background-color: #18428C;
}
</style>
border-color css
<style>
span { border-color: #18428C; }
span { border-color: rgb(24,66,140); }
td.TdClassName
{
border-color: #18428C;
}
.TagClassName
{
border-color: #18428C;
}
</style>