Shades of Dark Cerulean #024F85
Tints of Dark Cerulean #024F85
RGB
CMYK
RGB Variations
Color information
#024F85 (or 0x024F85) is known color: Dark Cerulean. HEX triplet: 02, 4F and 85. RGB value is (2,79,133). Sum of RGB (Red+Green+Blue) = 2+79+133=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #024F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F85 is #FDB07A. Grayscale: #3D3D3D. Windows color (decimal): -16625787 or 8736514. OLE color: 8736514.
HSL color Cylindrical-coordinate representation of color #024F85: hue angle of 204.73º 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 #024F85 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 79 | 133 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.48 |
| HSL | 204.73º | 0.97% | 0.26% | - |
| HSV(B) | 204.73º | 0.98% | 0.52% | - |
| XYZ | 7.05 | 7.3 | 23.23 | - |
| YUV | 62.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 133 | 0.98 | 0.41 | 0 | 0.48 | 204.73 | 0.97 | 0.26 |
| Hex | 2 | 4F | 85 | 62 | 29 | 0 | 30 | CD | 61 | 1A |
| Octal | 2 | 117 | 205 | 142 | 51 | 0 | 60 | 315 | 141 | 32 |
| Binary | 10 | 1001111 | 10000101 | 1100010 | 101001 | 0 | 110000 | 11001101 | 1100001 | 11010 |
Color Harmonies of #024F85
Complementary color
Monochromatic Colors of #024F85
Black with #024F85
Text Example
Text Example
White with #024F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F85; }
p { color: rgb(2,79,133); }
H1.HeaderClassName
{
color: #024F85;
}
.AnyTagClassName
{
color: #024F85;
}
</style>
background-color css
<style>
a { background-color: #024F85; }
a { background-color: rgb(2,79,133); }
div.DivClassName
{
background-color: #024F85;
}
.BgClassName
{
background-color: #024F85;
}
</style>
border-color css
<style>
span { border-color: #024F85; }
span { border-color: rgb(2,79,133); }
td.TdClassName
{
border-color: #024F85;
}
.TagClassName
{
border-color: #024F85;
}
</style>