Shades of Navy Blue #024BEA
Tints of Navy Blue #024BEA
RGB
CMYK
RGB Variations
Color information
#024BEA (or 0x024BEA) is known color: Navy Blue. HEX triplet: 02, 4B and EA. RGB value is (2,75,234). Sum of RGB (Red+Green+Blue) = 2+75+234=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #024BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BEA is #FDB415. Grayscale: #464646. Windows color (decimal): -16626710 or 15354626. OLE color: 15354626.
HSL color Cylindrical-coordinate representation of color #024BEA: hue angle of 221.12º 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 #024BEA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 75 | 234 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.08 |
| HSL | 221.12º | 0.98% | 0.46% | - |
| HSV(B) | 221.12º | 0.99% | 0.92% | - |
| XYZ | 17.39 | 10.99 | 79.05 | - |
| YUV | 71.3 | 219.82 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 234 | 0.99 | 0.68 | 0 | 0.08 | 221.12 | 0.98 | 0.46 |
| Hex | 2 | 4B | EA | 63 | 44 | 0 | 8 | DD | 62 | 2E |
| Octal | 2 | 113 | 352 | 143 | 104 | 0 | 10 | 335 | 142 | 56 |
| Binary | 10 | 1001011 | 11101010 | 1100011 | 1000100 | 0 | 1000 | 11011101 | 1100010 | 101110 |
Color Harmonies of #024BEA
Complementary color
Monochromatic Colors of #024BEA
Black with #024BEA
Text Example
Text Example
White with #024BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BEA; }
p { color: rgb(2,75,234); }
H1.HeaderClassName
{
color: #024BEA;
}
.AnyTagClassName
{
color: #024BEA;
}
</style>
background-color css
<style>
a { background-color: #024BEA; }
a { background-color: rgb(2,75,234); }
div.DivClassName
{
background-color: #024BEA;
}
.BgClassName
{
background-color: #024BEA;
}
</style>
border-color css
<style>
span { border-color: #024BEA; }
span { border-color: rgb(2,75,234); }
td.TdClassName
{
border-color: #024BEA;
}
.TagClassName
{
border-color: #024BEA;
}
</style>