Shades of Navy Blue #037DD0
Tints of Navy Blue #037DD0
RGB
CMYK
RGB Variations
Color information
#037DD0 (or 0x037DD0) is known color: Navy Blue. HEX triplet: 03, 7D and D0. RGB value is (3,125,208). Sum of RGB (Red+Green+Blue) = 3+125+208=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #037DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DD0 is #FC822F. Grayscale: #616161. Windows color (decimal): -16548400 or 13663491. OLE color: 13663491.
HSL color Cylindrical-coordinate representation of color #037DD0: hue angle of 204.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DD0 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 125 | 208 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.18 |
| HSL | 204.29º | 0.97% | 0.41% | - |
| HSV(B) | 204.29º | 0.99% | 0.82% | - |
| XYZ | 18.76 | 19.24 | 62.4 | - |
| YUV | 97.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 208 | 0.99 | 0.40 | 0 | 0.18 | 204.29 | 0.97 | 0.41 |
| Hex | 3 | 7D | D0 | 63 | 28 | 0 | 12 | CC | 61 | 29 |
| Octal | 3 | 175 | 320 | 143 | 50 | 0 | 22 | 314 | 141 | 51 |
| Binary | 11 | 1111101 | 11010000 | 1100011 | 101000 | 0 | 10010 | 11001100 | 1100001 | 101001 |
Color Harmonies of #037DD0
Complementary color
Monochromatic Colors of #037DD0
Black with #037DD0
Text Example
Text Example
White with #037DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DD0; }
p { color: rgb(3,125,208); }
H1.HeaderClassName
{
color: #037DD0;
}
.AnyTagClassName
{
color: #037DD0;
}
</style>
background-color css
<style>
a { background-color: #037DD0; }
a { background-color: rgb(3,125,208); }
div.DivClassName
{
background-color: #037DD0;
}
.BgClassName
{
background-color: #037DD0;
}
</style>
border-color css
<style>
span { border-color: #037DD0; }
span { border-color: rgb(3,125,208); }
td.TdClassName
{
border-color: #037DD0;
}
.TagClassName
{
border-color: #037DD0;
}
</style>