Shades of Navy Blue #024BEB
Tints of Navy Blue #024BEB
RGB
CMYK
RGB Variations
Color information
#024BEB (or 0x024BEB) is known color: Navy Blue. HEX triplet: 02, 4B and EB. RGB value is (2,75,235). Sum of RGB (Red+Green+Blue) = 2+75+235=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #024BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BEB is #FDB414. Grayscale: #464646. Windows color (decimal): -16626709 or 15420162. OLE color: 15420162.
HSL color Cylindrical-coordinate representation of color #024BEB: hue angle of 221.2º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BEB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 75 | 235 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.08 |
| HSL | 221.2º | 0.98% | 0.46% | - |
| HSV(B) | 221.2º | 0.99% | 0.92% | - |
| XYZ | 17.54 | 11.04 | 79.8 | - |
| YUV | 71.41 | 220.32 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 235 | 0.99 | 0.68 | 0 | 0.08 | 221.2 | 0.98 | 0.46 |
| Hex | 2 | 4B | EB | 63 | 44 | 0 | 8 | DD | 62 | 2E |
| Octal | 2 | 113 | 353 | 143 | 104 | 0 | 10 | 335 | 142 | 56 |
| Binary | 10 | 1001011 | 11101011 | 1100011 | 1000100 | 0 | 1000 | 11011101 | 1100010 | 101110 |
Color Harmonies of #024BEB
Complementary color
Monochromatic Colors of #024BEB
Black with #024BEB
Text Example
Text Example
White with #024BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BEB; }
p { color: rgb(2,75,235); }
H1.HeaderClassName
{
color: #024BEB;
}
.AnyTagClassName
{
color: #024BEB;
}
</style>
background-color css
<style>
a { background-color: #024BEB; }
a { background-color: rgb(2,75,235); }
div.DivClassName
{
background-color: #024BEB;
}
.BgClassName
{
background-color: #024BEB;
}
</style>
border-color css
<style>
span { border-color: #024BEB; }
span { border-color: rgb(2,75,235); }
td.TdClassName
{
border-color: #024BEB;
}
.TagClassName
{
border-color: #024BEB;
}
</style>