Shades of Navy Blue #024BD8
Tints of Navy Blue #024BD8
RGB
CMYK
RGB Variations
Color information
#024BD8 (or 0x024BD8) is known color: Navy Blue. HEX triplet: 02, 4B and D8. RGB value is (2,75,216). Sum of RGB (Red+Green+Blue) = 2+75+216=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 216 (84.77% from 255 or 73.72% from 293); Max value from RGB is 216 - color contains mainly: blue. Hex color #024BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BD8 is #FDB427. Grayscale: #444444. Windows color (decimal): -16626728 or 14174978. OLE color: 14174978.
HSL color Cylindrical-coordinate representation of color #024BD8: hue angle of 219.53º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BD8 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 75 | 216 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.15 |
| HSL | 219.53º | 0.98% | 0.43% | - |
| HSV(B) | 219.53º | 0.99% | 0.85% | - |
| XYZ | 14.94 | 10 | 66.11 | - |
| YUV | 69.25 | 210.82 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 216 | 0.99 | 0.65 | 0 | 0.15 | 219.53 | 0.98 | 0.43 |
| Hex | 2 | 4B | D8 | 63 | 41 | 0 | F | DC | 62 | 2B |
| Octal | 2 | 113 | 330 | 143 | 101 | 0 | 17 | 334 | 142 | 53 |
| Binary | 10 | 1001011 | 11011000 | 1100011 | 1000001 | 0 | 1111 | 11011100 | 1100010 | 101011 |
Color Harmonies of #024BD8
Complementary color
Monochromatic Colors of #024BD8
Black with #024BD8
Text Example
Text Example
White with #024BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BD8; }
p { color: rgb(2,75,216); }
H1.HeaderClassName
{
color: #024BD8;
}
.AnyTagClassName
{
color: #024BD8;
}
</style>
background-color css
<style>
a { background-color: #024BD8; }
a { background-color: rgb(2,75,216); }
div.DivClassName
{
background-color: #024BD8;
}
.BgClassName
{
background-color: #024BD8;
}
</style>
border-color css
<style>
span { border-color: #024BD8; }
span { border-color: rgb(2,75,216); }
td.TdClassName
{
border-color: #024BD8;
}
.TagClassName
{
border-color: #024BD8;
}
</style>