Shades of Navy Blue #037DD9
Tints of Navy Blue #037DD9
RGB
CMYK
RGB Variations
Color information
#037DD9 (or 0x037DD9) is known color: Navy Blue. HEX triplet: 03, 7D and D9. RGB value is (3,125,217). Sum of RGB (Red+Green+Blue) = 3+125+217=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 217 (85.16% from 255 or 62.90% from 345); Max value from RGB is 217 - color contains mainly: blue. Hex color #037DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DD9 is #FC8226. Grayscale: #626262. Windows color (decimal): -16548391 or 14253315. OLE color: 14253315.
HSL color Cylindrical-coordinate representation of color #037DD9: hue angle of 205.79º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DD9 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 125 | 217 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.15 |
| HSL | 205.79º | 0.97% | 0.43% | - |
| HSV(B) | 205.79º | 0.99% | 0.85% | - |
| XYZ | 19.9 | 19.7 | 68.4 | - |
| YUV | 99.01 | 194.58 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 217 | 0.99 | 0.42 | 0 | 0.15 | 205.79 | 0.97 | 0.43 |
| Hex | 3 | 7D | D9 | 63 | 2A | 0 | F | CE | 61 | 2B |
| Octal | 3 | 175 | 331 | 143 | 52 | 0 | 17 | 316 | 141 | 53 |
| Binary | 11 | 1111101 | 11011001 | 1100011 | 101010 | 0 | 1111 | 11001110 | 1100001 | 101011 |
Color Harmonies of #037DD9
Complementary color
Monochromatic Colors of #037DD9
Black with #037DD9
Text Example
Text Example
White with #037DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DD9; }
p { color: rgb(3,125,217); }
H1.HeaderClassName
{
color: #037DD9;
}
.AnyTagClassName
{
color: #037DD9;
}
</style>
background-color css
<style>
a { background-color: #037DD9; }
a { background-color: rgb(3,125,217); }
div.DivClassName
{
background-color: #037DD9;
}
.BgClassName
{
background-color: #037DD9;
}
</style>
border-color css
<style>
span { border-color: #037DD9; }
span { border-color: rgb(3,125,217); }
td.TdClassName
{
border-color: #037DD9;
}
.TagClassName
{
border-color: #037DD9;
}
</style>