Shades of Navy Blue #0450ED
Tints of Navy Blue #0450ED
RGB
CMYK
RGB Variations
Color information
#0450ED (or 0x0450ED) is known color: Navy Blue. HEX triplet: 04, 50 and ED. RGB value is (4,80,237). Sum of RGB (Red+Green+Blue) = 4+80+237=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #0450ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0450ED is #FBAF12. Grayscale: #4A4A4A. Windows color (decimal): -16494355 or 15552516. OLE color: 15552516.
HSL color Cylindrical-coordinate representation of color #0450ED: hue angle of 220.43º 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 #0450ED is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 80 | 237 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.07 |
| HSL | 220.43º | 0.97% | 0.47% | - |
| HSV(B) | 220.43º | 0.98% | 0.93% | - |
| XYZ | 18.2 | 11.88 | 81.45 | - |
| YUV | 75.17 | 219.32 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 237 | 0.98 | 0.66 | 0 | 0.07 | 220.43 | 0.97 | 0.47 |
| Hex | 4 | 50 | ED | 62 | 42 | 0 | 7 | DC | 61 | 2F |
| Octal | 4 | 120 | 355 | 142 | 102 | 0 | 7 | 334 | 141 | 57 |
| Binary | 100 | 1010000 | 11101101 | 1100010 | 1000010 | 0 | 111 | 11011100 | 1100001 | 101111 |
Color Harmonies of #0450ED
Complementary color
Monochromatic Colors of #0450ED
Black with #0450ED
Text Example
Text Example
White with #0450ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0450ED; }
p { color: rgb(4,80,237); }
H1.HeaderClassName
{
color: #0450ED;
}
.AnyTagClassName
{
color: #0450ED;
}
</style>
background-color css
<style>
a { background-color: #0450ED; }
a { background-color: rgb(4,80,237); }
div.DivClassName
{
background-color: #0450ED;
}
.BgClassName
{
background-color: #0450ED;
}
</style>
border-color css
<style>
span { border-color: #0450ED; }
span { border-color: rgb(4,80,237); }
td.TdClassName
{
border-color: #0450ED;
}
.TagClassName
{
border-color: #0450ED;
}
</style>