Shades of Navy Blue #024EFB
Tints of Navy Blue #024EFB
RGB
CMYK
RGB Variations
Color information
#024EFB (or 0x024EFB) is known color: Navy Blue. HEX triplet: 02, 4E and FB. RGB value is (2,78,251). Sum of RGB (Red+Green+Blue) = 2+78+251=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #024EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EFB is #FDB104. Grayscale: #4A4A4A. Windows color (decimal): -16625925 or 16469506. OLE color: 16469506.
HSL color Cylindrical-coordinate representation of color #024EFB: hue angle of 221.69º 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 #024EFB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 78 | 251 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.02 |
| HSL | 221.69º | 0.98% | 0.5% | - |
| HSV(B) | 221.69º | 0.99% | 0.98% | - |
| XYZ | 20.16 | 12.43 | 92.6 | - |
| YUV | 75 | 227.32 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 251 | 0.99 | 0.69 | 0 | 0.02 | 221.69 | 0.98 | 0.5 |
| Hex | 2 | 4E | FB | 63 | 45 | 0 | 2 | DE | 62 | 32 |
| Octal | 2 | 116 | 373 | 143 | 105 | 0 | 2 | 336 | 142 | 62 |
| Binary | 10 | 1001110 | 11111011 | 1100011 | 1000101 | 0 | 10 | 11011110 | 1100010 | 110010 |
Color Harmonies of #024EFB
Complementary color
Monochromatic Colors of #024EFB
Black with #024EFB
Text Example
Text Example
White with #024EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EFB; }
p { color: rgb(2,78,251); }
H1.HeaderClassName
{
color: #024EFB;
}
.AnyTagClassName
{
color: #024EFB;
}
</style>
background-color css
<style>
a { background-color: #024EFB; }
a { background-color: rgb(2,78,251); }
div.DivClassName
{
background-color: #024EFB;
}
.BgClassName
{
background-color: #024EFB;
}
</style>
border-color css
<style>
span { border-color: #024EFB; }
span { border-color: rgb(2,78,251); }
td.TdClassName
{
border-color: #024EFB;
}
.TagClassName
{
border-color: #024EFB;
}
</style>