Shades of Dark Cerulean #024B8F
Tints of Dark Cerulean #024B8F
RGB
CMYK
RGB Variations
Color information
#024B8F (or 0x024B8F) is known color: Dark Cerulean. HEX triplet: 02, 4B and 8F. RGB value is (2,75,143). Sum of RGB (Red+Green+Blue) = 2+75+143=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #024B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B8F is #FDB470. Grayscale: #3C3C3C. Windows color (decimal): -16626801 or 9390850. OLE color: 9390850.
HSL color Cylindrical-coordinate representation of color #024B8F: hue angle of 208.94º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B8F is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 75 | 143 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.44 |
| HSL | 208.94º | 0.97% | 0.28% | - |
| HSV(B) | 208.94º | 0.99% | 0.56% | - |
| XYZ | 7.5 | 7.03 | 26.95 | - |
| YUV | 60.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 143 | 0.99 | 0.48 | 0 | 0.44 | 208.94 | 0.97 | 0.28 |
| Hex | 2 | 4B | 8F | 63 | 30 | 0 | 2C | D1 | 61 | 1C |
| Octal | 2 | 113 | 217 | 143 | 60 | 0 | 54 | 321 | 141 | 34 |
| Binary | 10 | 1001011 | 10001111 | 1100011 | 110000 | 0 | 101100 | 11010001 | 1100001 | 11100 |
Color Harmonies of #024B8F
Complementary color
Monochromatic Colors of #024B8F
Black with #024B8F
Text Example
Text Example
White with #024B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B8F; }
p { color: rgb(2,75,143); }
H1.HeaderClassName
{
color: #024B8F;
}
.AnyTagClassName
{
color: #024B8F;
}
</style>
background-color css
<style>
a { background-color: #024B8F; }
a { background-color: rgb(2,75,143); }
div.DivClassName
{
background-color: #024B8F;
}
.BgClassName
{
background-color: #024B8F;
}
</style>
border-color css
<style>
span { border-color: #024B8F; }
span { border-color: rgb(2,75,143); }
td.TdClassName
{
border-color: #024B8F;
}
.TagClassName
{
border-color: #024B8F;
}
</style>