Shades of Navy Blue #0372ED
Tints of Navy Blue #0372ED
RGB
CMYK
RGB Variations
Color information
#0372ED (or 0x0372ED) is known color: Navy Blue. HEX triplet: 03, 72 and ED. RGB value is (3,114,237). Sum of RGB (Red+Green+Blue) = 3+114+237=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #0372ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372ED is #FC8D12. Grayscale: #5E5E5E. Windows color (decimal): -16551187 or 15561219. OLE color: 15561219.
HSL color Cylindrical-coordinate representation of color #0372ED: hue angle of 211.54º 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 #0372ED is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 114 | 237 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.07 |
| HSL | 211.54º | 0.98% | 0.47% | - |
| HSV(B) | 211.54º | 0.99% | 0.93% | - |
| XYZ | 21.34 | 18.17 | 82.5 | - |
| YUV | 94.83 | 208.23 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 237 | 0.99 | 0.52 | 0 | 0.07 | 211.54 | 0.98 | 0.47 |
| Hex | 3 | 72 | ED | 63 | 34 | 0 | 7 | D4 | 62 | 2F |
| Octal | 3 | 162 | 355 | 143 | 64 | 0 | 7 | 324 | 142 | 57 |
| Binary | 11 | 1110010 | 11101101 | 1100011 | 110100 | 0 | 111 | 11010100 | 1100010 | 101111 |
Color Harmonies of #0372ED
Complementary color
Monochromatic Colors of #0372ED
Black with #0372ED
Text Example
Text Example
White with #0372ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372ED; }
p { color: rgb(3,114,237); }
H1.HeaderClassName
{
color: #0372ED;
}
.AnyTagClassName
{
color: #0372ED;
}
</style>
background-color css
<style>
a { background-color: #0372ED; }
a { background-color: rgb(3,114,237); }
div.DivClassName
{
background-color: #0372ED;
}
.BgClassName
{
background-color: #0372ED;
}
</style>
border-color css
<style>
span { border-color: #0372ED; }
span { border-color: rgb(3,114,237); }
td.TdClassName
{
border-color: #0372ED;
}
.TagClassName
{
border-color: #0372ED;
}
</style>