Shades of Navy Blue #024CFB
Tints of Navy Blue #024CFB
RGB
CMYK
RGB Variations
Color information
#024CFB (or 0x024CFB) is known color: Navy Blue. HEX triplet: 02, 4C and FB. RGB value is (2,76,251). Sum of RGB (Red+Green+Blue) = 2+76+251=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #024CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CFB is #FDB304. Grayscale: #494949. Windows color (decimal): -16626437 or 16468994. OLE color: 16468994.
HSL color Cylindrical-coordinate representation of color #024CFB: hue angle of 222.17º 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 #024CFB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 76 | 251 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.02 |
| HSL | 222.17º | 0.98% | 0.5% | - |
| HSV(B) | 222.17º | 0.99% | 0.98% | - |
| XYZ | 20.02 | 12.15 | 92.56 | - |
| YUV | 73.82 | 227.98 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 251 | 0.99 | 0.70 | 0 | 0.02 | 222.17 | 0.98 | 0.5 |
| Hex | 2 | 4C | FB | 63 | 46 | 0 | 2 | DE | 62 | 32 |
| Octal | 2 | 114 | 373 | 143 | 106 | 0 | 2 | 336 | 142 | 62 |
| Binary | 10 | 1001100 | 11111011 | 1100011 | 1000110 | 0 | 10 | 11011110 | 1100010 | 110010 |
Color Harmonies of #024CFB
Complementary color
Monochromatic Colors of #024CFB
Black with #024CFB
Text Example
Text Example
White with #024CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CFB; }
p { color: rgb(2,76,251); }
H1.HeaderClassName
{
color: #024CFB;
}
.AnyTagClassName
{
color: #024CFB;
}
</style>
background-color css
<style>
a { background-color: #024CFB; }
a { background-color: rgb(2,76,251); }
div.DivClassName
{
background-color: #024CFB;
}
.BgClassName
{
background-color: #024CFB;
}
</style>
border-color css
<style>
span { border-color: #024CFB; }
span { border-color: rgb(2,76,251); }
td.TdClassName
{
border-color: #024CFB;
}
.TagClassName
{
border-color: #024CFB;
}
</style>