Shades of Navy Blue #024BE7
Tints of Navy Blue #024BE7
RGB
CMYK
RGB Variations
Color information
#024BE7 (or 0x024BE7) is known color: Navy Blue. HEX triplet: 02, 4B and E7. RGB value is (2,75,231). Sum of RGB (Red+Green+Blue) = 2+75+231=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #024BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BE7 is #FDB418. Grayscale: #464646. Windows color (decimal): -16626713 or 15158018. OLE color: 15158018.
HSL color Cylindrical-coordinate representation of color #024BE7: hue angle of 220.87º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BE7 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 75 | 231 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.09 |
| HSL | 220.87º | 0.98% | 0.46% | - |
| HSV(B) | 220.87º | 0.99% | 0.91% | - |
| XYZ | 16.96 | 10.81 | 76.79 | - |
| YUV | 70.96 | 218.32 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 231 | 0.99 | 0.68 | 0 | 0.09 | 220.87 | 0.98 | 0.46 |
| Hex | 2 | 4B | E7 | 63 | 44 | 0 | 9 | DD | 62 | 2E |
| Octal | 2 | 113 | 347 | 143 | 104 | 0 | 11 | 335 | 142 | 56 |
| Binary | 10 | 1001011 | 11100111 | 1100011 | 1000100 | 0 | 1001 | 11011101 | 1100010 | 101110 |
Color Harmonies of #024BE7
Complementary color
Monochromatic Colors of #024BE7
Black with #024BE7
Text Example
Text Example
White with #024BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BE7; }
p { color: rgb(2,75,231); }
H1.HeaderClassName
{
color: #024BE7;
}
.AnyTagClassName
{
color: #024BE7;
}
</style>
background-color css
<style>
a { background-color: #024BE7; }
a { background-color: rgb(2,75,231); }
div.DivClassName
{
background-color: #024BE7;
}
.BgClassName
{
background-color: #024BE7;
}
</style>
border-color css
<style>
span { border-color: #024BE7; }
span { border-color: rgb(2,75,231); }
td.TdClassName
{
border-color: #024BE7;
}
.TagClassName
{
border-color: #024BE7;
}
</style>