Shades of Dark Cerulean #18428F
Tints of Dark Cerulean #18428F
RGB
CMYK
RGB Variations
Color information
#18428F (or 0x18428F) is known color: Dark Cerulean. HEX triplet: 18, 42 and 8F. RGB value is (24,66,143). Sum of RGB (Red+Green+Blue) = 24+66+143=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #18428F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18428F is #E7BD70. Grayscale: #3D3D3D. Windows color (decimal): -15187313 or 9388568. OLE color: 9388568.
HSL color Cylindrical-coordinate representation of color #18428F: hue angle of 218.82º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18428F is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 66 | 143 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.44 |
| HSL | 218.82º | 0.71% | 0.33% | - |
| HSV(B) | 218.82º | 0.83% | 0.56% | - |
| XYZ | 7.28 | 6.07 | 26.78 | - |
| YUV | 62.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 143 | 0.83 | 0.54 | 0 | 0.44 | 218.82 | 0.71 | 0.33 |
| Hex | 18 | 42 | 8F | 53 | 36 | 0 | 2C | DB | 47 | 21 |
| Octal | 30 | 102 | 217 | 123 | 66 | 0 | 54 | 333 | 107 | 41 |
| Binary | 11000 | 1000010 | 10001111 | 1010011 | 110110 | 0 | 101100 | 11011011 | 1000111 | 100001 |
Color Harmonies of #18428F
Complementary color
Monochromatic Colors of #18428F
Black with #18428F
Text Example
Text Example
White with #18428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18428F; }
p { color: rgb(24,66,143); }
H1.HeaderClassName
{
color: #18428F;
}
.AnyTagClassName
{
color: #18428F;
}
</style>
background-color css
<style>
a { background-color: #18428F; }
a { background-color: rgb(24,66,143); }
div.DivClassName
{
background-color: #18428F;
}
.BgClassName
{
background-color: #18428F;
}
</style>
border-color css
<style>
span { border-color: #18428F; }
span { border-color: rgb(24,66,143); }
td.TdClassName
{
border-color: #18428F;
}
.TagClassName
{
border-color: #18428F;
}
</style>