Shades of Navy Blue #0451ED
Tints of Navy Blue #0451ED
RGB
CMYK
RGB Variations
Color information
#0451ED (or 0x0451ED) is known color: Navy Blue. HEX triplet: 04, 51 and ED. RGB value is (4,81,237). Sum of RGB (Red+Green+Blue) = 4+81+237=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #0451ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0451ED is #FBAE12. Grayscale: #4B4B4B. Windows color (decimal): -16494099 or 15552772. OLE color: 15552772.
HSL color Cylindrical-coordinate representation of color #0451ED: hue angle of 220.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0451ED is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 81 | 237 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.07 |
| HSL | 220.17º | 0.97% | 0.47% | - |
| HSV(B) | 220.17º | 0.98% | 0.93% | - |
| XYZ | 18.28 | 12.03 | 81.48 | - |
| YUV | 75.76 | 218.99 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 237 | 0.98 | 0.66 | 0 | 0.07 | 220.17 | 0.97 | 0.47 |
| Hex | 4 | 51 | ED | 62 | 42 | 0 | 7 | DC | 61 | 2F |
| Octal | 4 | 121 | 355 | 142 | 102 | 0 | 7 | 334 | 141 | 57 |
| Binary | 100 | 1010001 | 11101101 | 1100010 | 1000010 | 0 | 111 | 11011100 | 1100001 | 101111 |
Color Harmonies of #0451ED
Complementary color
Monochromatic Colors of #0451ED
Black with #0451ED
Text Example
Text Example
White with #0451ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0451ED; }
p { color: rgb(4,81,237); }
H1.HeaderClassName
{
color: #0451ED;
}
.AnyTagClassName
{
color: #0451ED;
}
</style>
background-color css
<style>
a { background-color: #0451ED; }
a { background-color: rgb(4,81,237); }
div.DivClassName
{
background-color: #0451ED;
}
.BgClassName
{
background-color: #0451ED;
}
</style>
border-color css
<style>
span { border-color: #0451ED; }
span { border-color: rgb(4,81,237); }
td.TdClassName
{
border-color: #0451ED;
}
.TagClassName
{
border-color: #0451ED;
}
</style>