Shades of Navy Blue #024BED
Tints of Navy Blue #024BED
RGB
CMYK
RGB Variations
Color information
#024BED (or 0x024BED) is known color: Navy Blue. HEX triplet: 02, 4B and ED. RGB value is (2,75,237). Sum of RGB (Red+Green+Blue) = 2+75+237=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #024BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BED is #FDB412. Grayscale: #464646. Windows color (decimal): -16626707 or 15551234. OLE color: 15551234.
HSL color Cylindrical-coordinate representation of color #024BED: hue angle of 221.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BED is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 75 | 237 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.07 |
| HSL | 221.36º | 0.98% | 0.47% | - |
| HSV(B) | 221.36º | 0.99% | 0.93% | - |
| XYZ | 17.83 | 11.16 | 81.34 | - |
| YUV | 71.64 | 221.32 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 237 | 0.99 | 0.68 | 0 | 0.07 | 221.36 | 0.98 | 0.47 |
| Hex | 2 | 4B | ED | 63 | 44 | 0 | 7 | DD | 62 | 2F |
| Octal | 2 | 113 | 355 | 143 | 104 | 0 | 7 | 335 | 142 | 57 |
| Binary | 10 | 1001011 | 11101101 | 1100011 | 1000100 | 0 | 111 | 11011101 | 1100010 | 101111 |
Color Harmonies of #024BED
Complementary color
Monochromatic Colors of #024BED
Black with #024BED
Text Example
Text Example
White with #024BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BED; }
p { color: rgb(2,75,237); }
H1.HeaderClassName
{
color: #024BED;
}
.AnyTagClassName
{
color: #024BED;
}
</style>
background-color css
<style>
a { background-color: #024BED; }
a { background-color: rgb(2,75,237); }
div.DivClassName
{
background-color: #024BED;
}
.BgClassName
{
background-color: #024BED;
}
</style>
border-color css
<style>
span { border-color: #024BED; }
span { border-color: rgb(2,75,237); }
td.TdClassName
{
border-color: #024BED;
}
.TagClassName
{
border-color: #024BED;
}
</style>