Shades of Navy Blue #024BEF
Tints of Navy Blue #024BEF
RGB
CMYK
RGB Variations
Color information
#024BEF (or 0x024BEF) is known color: Navy Blue. HEX triplet: 02, 4B and EF. RGB value is (2,75,239). Sum of RGB (Red+Green+Blue) = 2+75+239=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #024BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BEF is #FDB410. Grayscale: #474747. Windows color (decimal): -16626705 or 15682306. OLE color: 15682306.
HSL color Cylindrical-coordinate representation of color #024BEF: hue angle of 221.52º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BEF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 75 | 239 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.06 |
| HSL | 221.52º | 0.98% | 0.47% | - |
| HSV(B) | 221.52º | 0.99% | 0.94% | - |
| XYZ | 18.12 | 11.28 | 82.88 | - |
| YUV | 71.87 | 222.32 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 239 | 0.99 | 0.69 | 0 | 0.06 | 221.52 | 0.98 | 0.47 |
| Hex | 2 | 4B | EF | 63 | 45 | 0 | 6 | DE | 62 | 2F |
| Octal | 2 | 113 | 357 | 143 | 105 | 0 | 6 | 336 | 142 | 57 |
| Binary | 10 | 1001011 | 11101111 | 1100011 | 1000101 | 0 | 110 | 11011110 | 1100010 | 101111 |
Color Harmonies of #024BEF
Complementary color
Monochromatic Colors of #024BEF
Black with #024BEF
Text Example
Text Example
White with #024BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BEF; }
p { color: rgb(2,75,239); }
H1.HeaderClassName
{
color: #024BEF;
}
.AnyTagClassName
{
color: #024BEF;
}
</style>
background-color css
<style>
a { background-color: #024BEF; }
a { background-color: rgb(2,75,239); }
div.DivClassName
{
background-color: #024BEF;
}
.BgClassName
{
background-color: #024BEF;
}
</style>
border-color css
<style>
span { border-color: #024BEF; }
span { border-color: rgb(2,75,239); }
td.TdClassName
{
border-color: #024BEF;
}
.TagClassName
{
border-color: #024BEF;
}
</style>