Shades of Dark Cerulean #024F90
Tints of Dark Cerulean #024F90
RGB
CMYK
RGB Variations
Color information
#024F90 (or 0x024F90) is known color: Dark Cerulean. HEX triplet: 02, 4F and 90. RGB value is (2,79,144). Sum of RGB (Red+Green+Blue) = 2+79+144=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #024F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F90 is #FDB06F. Grayscale: #3F3F3F. Windows color (decimal): -16625776 or 9457410. OLE color: 9457410.
HSL color Cylindrical-coordinate representation of color #024F90: hue angle of 207.46º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024F90 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 79 | 144 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.44 |
| HSL | 207.46º | 0.97% | 0.29% | - |
| HSV(B) | 207.46º | 0.99% | 0.56% | - |
| XYZ | 7.86 | 7.62 | 27.44 | - |
| YUV | 63.39 | 173.49 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 144 | 0.99 | 0.45 | 0 | 0.44 | 207.46 | 0.97 | 0.29 |
| Hex | 2 | 4F | 90 | 63 | 2D | 0 | 2C | CF | 61 | 1D |
| Octal | 2 | 117 | 220 | 143 | 55 | 0 | 54 | 317 | 141 | 35 |
| Binary | 10 | 1001111 | 10010000 | 1100011 | 101101 | 0 | 101100 | 11001111 | 1100001 | 11101 |
Color Harmonies of #024F90
Complementary color
Monochromatic Colors of #024F90
Black with #024F90
Text Example
Text Example
White with #024F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F90; }
p { color: rgb(2,79,144); }
H1.HeaderClassName
{
color: #024F90;
}
.AnyTagClassName
{
color: #024F90;
}
</style>
background-color css
<style>
a { background-color: #024F90; }
a { background-color: rgb(2,79,144); }
div.DivClassName
{
background-color: #024F90;
}
.BgClassName
{
background-color: #024F90;
}
</style>
border-color css
<style>
span { border-color: #024F90; }
span { border-color: rgb(2,79,144); }
td.TdClassName
{
border-color: #024F90;
}
.TagClassName
{
border-color: #024F90;
}
</style>