Shades of Navy Blue #024BFB
Tints of Navy Blue #024BFB
RGB
CMYK
RGB Variations
Color information
#024BFB (or 0x024BFB) is known color: Navy Blue. HEX triplet: 02, 4B and FB. RGB value is (2,75,251). Sum of RGB (Red+Green+Blue) = 2+75+251=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #024BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BFB is #FDB404. Grayscale: #484848. Windows color (decimal): -16626693 or 16468738. OLE color: 16468738.
HSL color Cylindrical-coordinate representation of color #024BFB: hue angle of 222.41º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BFB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 75 | 251 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.02 |
| HSL | 222.41º | 0.98% | 0.5% | - |
| HSV(B) | 222.41º | 0.99% | 0.98% | - |
| XYZ | 19.95 | 12.01 | 92.53 | - |
| YUV | 73.24 | 228.32 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 251 | 0.99 | 0.70 | 0 | 0.02 | 222.41 | 0.98 | 0.5 |
| Hex | 2 | 4B | FB | 63 | 46 | 0 | 2 | DE | 62 | 32 |
| Octal | 2 | 113 | 373 | 143 | 106 | 0 | 2 | 336 | 142 | 62 |
| Binary | 10 | 1001011 | 11111011 | 1100011 | 1000110 | 0 | 10 | 11011110 | 1100010 | 110010 |
Color Harmonies of #024BFB
Complementary color
Monochromatic Colors of #024BFB
Black with #024BFB
Text Example
Text Example
White with #024BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BFB; }
p { color: rgb(2,75,251); }
H1.HeaderClassName
{
color: #024BFB;
}
.AnyTagClassName
{
color: #024BFB;
}
</style>
background-color css
<style>
a { background-color: #024BFB; }
a { background-color: rgb(2,75,251); }
div.DivClassName
{
background-color: #024BFB;
}
.BgClassName
{
background-color: #024BFB;
}
</style>
border-color css
<style>
span { border-color: #024BFB; }
span { border-color: rgb(2,75,251); }
td.TdClassName
{
border-color: #024BFB;
}
.TagClassName
{
border-color: #024BFB;
}
</style>