Shades of Navy Blue #037DDD
Tints of Navy Blue #037DDD
RGB
CMYK
RGB Variations
Color information
#037DDD (or 0x037DDD) is known color: Navy Blue. HEX triplet: 03, 7D and DD. RGB value is (3,125,221). Sum of RGB (Red+Green+Blue) = 3+125+221=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #037DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DDD is #FC8222. Grayscale: #626262. Windows color (decimal): -16548387 or 14515459. OLE color: 14515459.
HSL color Cylindrical-coordinate representation of color #037DDD: hue angle of 206.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DDD is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 125 | 221 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.13 |
| HSL | 206.42º | 0.97% | 0.44% | - |
| HSV(B) | 206.42º | 0.99% | 0.87% | - |
| XYZ | 20.42 | 19.91 | 71.17 | - |
| YUV | 99.47 | 196.58 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 221 | 0.99 | 0.43 | 0 | 0.13 | 206.42 | 0.97 | 0.44 |
| Hex | 3 | 7D | DD | 63 | 2B | 0 | D | CE | 61 | 2C |
| Octal | 3 | 175 | 335 | 143 | 53 | 0 | 15 | 316 | 141 | 54 |
| Binary | 11 | 1111101 | 11011101 | 1100011 | 101011 | 0 | 1101 | 11001110 | 1100001 | 101100 |
Color Harmonies of #037DDD
Complementary color
Monochromatic Colors of #037DDD
Black with #037DDD
Text Example
Text Example
White with #037DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DDD; }
p { color: rgb(3,125,221); }
H1.HeaderClassName
{
color: #037DDD;
}
.AnyTagClassName
{
color: #037DDD;
}
</style>
background-color css
<style>
a { background-color: #037DDD; }
a { background-color: rgb(3,125,221); }
div.DivClassName
{
background-color: #037DDD;
}
.BgClassName
{
background-color: #037DDD;
}
</style>
border-color css
<style>
span { border-color: #037DDD; }
span { border-color: rgb(3,125,221); }
td.TdClassName
{
border-color: #037DDD;
}
.TagClassName
{
border-color: #037DDD;
}
</style>