Shades of Navy Blue #024BF5
Tints of Navy Blue #024BF5
RGB
CMYK
RGB Variations
Color information
#024BF5 (or 0x024BF5) is known color: Navy Blue. HEX triplet: 02, 4B and F5. RGB value is (2,75,245). Sum of RGB (Red+Green+Blue) = 2+75+245=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 245 (96.09% from 255 or 76.09% from 322); Max value from RGB is 245 - color contains mainly: blue. Hex color #024BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BF5 is #FDB40A. Grayscale: #474747. Windows color (decimal): -16626699 or 16075522. OLE color: 16075522.
HSL color Cylindrical-coordinate representation of color #024BF5: hue angle of 221.98º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BF5 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 75 | 245 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.04 |
| HSL | 221.98º | 0.98% | 0.48% | - |
| HSV(B) | 221.98º | 0.99% | 0.96% | - |
| XYZ | 19.02 | 11.64 | 87.63 | - |
| YUV | 72.55 | 225.32 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 245 | 0.99 | 0.69 | 0 | 0.04 | 221.98 | 0.98 | 0.48 |
| Hex | 2 | 4B | F5 | 63 | 45 | 0 | 4 | DE | 62 | 30 |
| Octal | 2 | 113 | 365 | 143 | 105 | 0 | 4 | 336 | 142 | 60 |
| Binary | 10 | 1001011 | 11110101 | 1100011 | 1000101 | 0 | 100 | 11011110 | 1100010 | 110000 |
Color Harmonies of #024BF5
Complementary color
Monochromatic Colors of #024BF5
Black with #024BF5
Text Example
Text Example
White with #024BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BF5; }
p { color: rgb(2,75,245); }
H1.HeaderClassName
{
color: #024BF5;
}
.AnyTagClassName
{
color: #024BF5;
}
</style>
background-color css
<style>
a { background-color: #024BF5; }
a { background-color: rgb(2,75,245); }
div.DivClassName
{
background-color: #024BF5;
}
.BgClassName
{
background-color: #024BF5;
}
</style>
border-color css
<style>
span { border-color: #024BF5; }
span { border-color: rgb(2,75,245); }
td.TdClassName
{
border-color: #024BF5;
}
.TagClassName
{
border-color: #024BF5;
}
</style>