Shades of Navy Blue #037DD2
Tints of Navy Blue #037DD2
RGB
CMYK
RGB Variations
Color information
#037DD2 (or 0x037DD2) is known color: Navy Blue. HEX triplet: 03, 7D and D2. RGB value is (3,125,210). Sum of RGB (Red+Green+Blue) = 3+125+210=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 210 (82.42% from 255 or 62.13% from 338); Max value from RGB is 210 - color contains mainly: blue. Hex color #037DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DD2 is #FC822D. Grayscale: #616161. Windows color (decimal): -16548398 or 13794563. OLE color: 13794563.
HSL color Cylindrical-coordinate representation of color #037DD2: hue angle of 204.64º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DD2 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 125 | 210 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.18 |
| HSL | 204.64º | 0.97% | 0.42% | - |
| HSV(B) | 204.64º | 0.99% | 0.82% | - |
| XYZ | 19 | 19.34 | 63.7 | - |
| YUV | 98.21 | 191.08 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 210 | 0.99 | 0.40 | 0 | 0.18 | 204.64 | 0.97 | 0.42 |
| Hex | 3 | 7D | D2 | 63 | 28 | 0 | 12 | CD | 61 | 2A |
| Octal | 3 | 175 | 322 | 143 | 50 | 0 | 22 | 315 | 141 | 52 |
| Binary | 11 | 1111101 | 11010010 | 1100011 | 101000 | 0 | 10010 | 11001101 | 1100001 | 101010 |
Color Harmonies of #037DD2
Complementary color
Monochromatic Colors of #037DD2
Black with #037DD2
Text Example
Text Example
White with #037DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DD2; }
p { color: rgb(3,125,210); }
H1.HeaderClassName
{
color: #037DD2;
}
.AnyTagClassName
{
color: #037DD2;
}
</style>
background-color css
<style>
a { background-color: #037DD2; }
a { background-color: rgb(3,125,210); }
div.DivClassName
{
background-color: #037DD2;
}
.BgClassName
{
background-color: #037DD2;
}
</style>
border-color css
<style>
span { border-color: #037DD2; }
span { border-color: rgb(3,125,210); }
td.TdClassName
{
border-color: #037DD2;
}
.TagClassName
{
border-color: #037DD2;
}
</style>