Shades of Dark Cerulean #024285
Tints of Dark Cerulean #024285
RGB
CMYK
RGB Variations
Color information
#024285 (or 0x024285) is known color: Dark Cerulean. HEX triplet: 02, 42 and 85. RGB value is (2,66,133). Sum of RGB (Red+Green+Blue) = 2+66+133=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #024285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024285 is #FDBD7A. Grayscale: #363636. Windows color (decimal): -16629115 or 8733186. OLE color: 8733186.
HSL color Cylindrical-coordinate representation of color #024285: hue angle of 210.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024285 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 66 | 133 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.48 |
| HSL | 210.69º | 0.97% | 0.26% | - |
| HSV(B) | 210.69º | 0.98% | 0.52% | - |
| XYZ | 6.21 | 5.6 | 22.94 | - |
| YUV | 54.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 133 | 0.98 | 0.50 | 0 | 0.48 | 210.69 | 0.97 | 0.26 |
| Hex | 2 | 42 | 85 | 62 | 32 | 0 | 30 | D3 | 61 | 1A |
| Octal | 2 | 102 | 205 | 142 | 62 | 0 | 60 | 323 | 141 | 32 |
| Binary | 10 | 1000010 | 10000101 | 1100010 | 110010 | 0 | 110000 | 11010011 | 1100001 | 11010 |
Color Harmonies of #024285
Complementary color
Monochromatic Colors of #024285
Black with #024285
Text Example
Text Example
White with #024285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024285; }
p { color: rgb(2,66,133); }
H1.HeaderClassName
{
color: #024285;
}
.AnyTagClassName
{
color: #024285;
}
</style>
background-color css
<style>
a { background-color: #024285; }
a { background-color: rgb(2,66,133); }
div.DivClassName
{
background-color: #024285;
}
.BgClassName
{
background-color: #024285;
}
</style>
border-color css
<style>
span { border-color: #024285; }
span { border-color: rgb(2,66,133); }
td.TdClassName
{
border-color: #024285;
}
.TagClassName
{
border-color: #024285;
}
</style>