Shades of Navy Blue #024BD4
Tints of Navy Blue #024BD4
RGB
CMYK
RGB Variations
Color information
#024BD4 (or 0x024BD4) is known color: Navy Blue. HEX triplet: 02, 4B and D4. RGB value is (2,75,212). Sum of RGB (Red+Green+Blue) = 2+75+212=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 212 (83.20% from 255 or 73.36% from 289); Max value from RGB is 212 - color contains mainly: blue. Hex color #024BD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BD4 is #FDB42B. Grayscale: #444444. Windows color (decimal): -16626732 or 13912834. OLE color: 13912834.
HSL color Cylindrical-coordinate representation of color #024BD4: hue angle of 219.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BD4 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 75 | 212 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.17 |
| HSL | 219.14º | 0.98% | 0.42% | - |
| HSV(B) | 219.14º | 0.99% | 0.83% | - |
| XYZ | 14.42 | 9.8 | 63.42 | - |
| YUV | 68.79 | 208.82 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 212 | 0.99 | 0.65 | 0 | 0.17 | 219.14 | 0.98 | 0.42 |
| Hex | 2 | 4B | D4 | 63 | 41 | 0 | 11 | DB | 62 | 2A |
| Octal | 2 | 113 | 324 | 143 | 101 | 0 | 21 | 333 | 142 | 52 |
| Binary | 10 | 1001011 | 11010100 | 1100011 | 1000001 | 0 | 10001 | 11011011 | 1100010 | 101010 |
Color Harmonies of #024BD4
Complementary color
Monochromatic Colors of #024BD4
Black with #024BD4
Text Example
Text Example
White with #024BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BD4; }
p { color: rgb(2,75,212); }
H1.HeaderClassName
{
color: #024BD4;
}
.AnyTagClassName
{
color: #024BD4;
}
</style>
background-color css
<style>
a { background-color: #024BD4; }
a { background-color: rgb(2,75,212); }
div.DivClassName
{
background-color: #024BD4;
}
.BgClassName
{
background-color: #024BD4;
}
</style>
border-color css
<style>
span { border-color: #024BD4; }
span { border-color: rgb(2,75,212); }
td.TdClassName
{
border-color: #024BD4;
}
.TagClassName
{
border-color: #024BD4;
}
</style>