Shades of Navy Blue #024BD0
Tints of Navy Blue #024BD0
RGB
CMYK
RGB Variations
Color information
#024BD0 (or 0x024BD0) is known color: Navy Blue. HEX triplet: 02, 4B and D0. RGB value is (2,75,208). Sum of RGB (Red+Green+Blue) = 2+75+208=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #024BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BD0 is #FDB42F. Grayscale: #434343. Windows color (decimal): -16626736 or 13650690. OLE color: 13650690.
HSL color Cylindrical-coordinate representation of color #024BD0: hue angle of 218.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BD0 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 75 | 208 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.18 |
| HSL | 218.74º | 0.98% | 0.41% | - |
| HSV(B) | 218.74º | 0.99% | 0.82% | - |
| XYZ | 13.93 | 9.6 | 60.79 | - |
| YUV | 68.34 | 206.82 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 208 | 0.99 | 0.64 | 0 | 0.18 | 218.74 | 0.98 | 0.41 |
| Hex | 2 | 4B | D0 | 63 | 40 | 0 | 12 | DB | 62 | 29 |
| Octal | 2 | 113 | 320 | 143 | 100 | 0 | 22 | 333 | 142 | 51 |
| Binary | 10 | 1001011 | 11010000 | 1100011 | 1000000 | 0 | 10010 | 11011011 | 1100010 | 101001 |
Color Harmonies of #024BD0
Complementary color
Monochromatic Colors of #024BD0
Black with #024BD0
Text Example
Text Example
White with #024BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BD0; }
p { color: rgb(2,75,208); }
H1.HeaderClassName
{
color: #024BD0;
}
.AnyTagClassName
{
color: #024BD0;
}
</style>
background-color css
<style>
a { background-color: #024BD0; }
a { background-color: rgb(2,75,208); }
div.DivClassName
{
background-color: #024BD0;
}
.BgClassName
{
background-color: #024BD0;
}
</style>
border-color css
<style>
span { border-color: #024BD0; }
span { border-color: rgb(2,75,208); }
td.TdClassName
{
border-color: #024BD0;
}
.TagClassName
{
border-color: #024BD0;
}
</style>