Shades of Navy Blue #037DDF
Tints of Navy Blue #037DDF
RGB
CMYK
RGB Variations
Color information
#037DDF (or 0x037DDF) is known color: Navy Blue. HEX triplet: 03, 7D and DF. RGB value is (3,125,223). Sum of RGB (Red+Green+Blue) = 3+125+223=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #037DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DDF is #FC8220. Grayscale: #636363. Windows color (decimal): -16548385 or 14646531. OLE color: 14646531.
HSL color Cylindrical-coordinate representation of color #037DDF: hue angle of 206.73º 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 #037DDF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 125 | 223 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.13 |
| HSL | 206.73º | 0.97% | 0.44% | - |
| HSV(B) | 206.73º | 0.99% | 0.87% | - |
| XYZ | 20.69 | 20.01 | 72.58 | - |
| YUV | 99.69 | 197.58 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 223 | 0.99 | 0.44 | 0 | 0.13 | 206.73 | 0.97 | 0.44 |
| Hex | 3 | 7D | DF | 63 | 2C | 0 | D | CF | 61 | 2C |
| Octal | 3 | 175 | 337 | 143 | 54 | 0 | 15 | 317 | 141 | 54 |
| Binary | 11 | 1111101 | 11011111 | 1100011 | 101100 | 0 | 1101 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037DDF
Complementary color
Monochromatic Colors of #037DDF
Black with #037DDF
Text Example
Text Example
White with #037DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DDF; }
p { color: rgb(3,125,223); }
H1.HeaderClassName
{
color: #037DDF;
}
.AnyTagClassName
{
color: #037DDF;
}
</style>
background-color css
<style>
a { background-color: #037DDF; }
a { background-color: rgb(3,125,223); }
div.DivClassName
{
background-color: #037DDF;
}
.BgClassName
{
background-color: #037DDF;
}
</style>
border-color css
<style>
span { border-color: #037DDF; }
span { border-color: rgb(3,125,223); }
td.TdClassName
{
border-color: #037DDF;
}
.TagClassName
{
border-color: #037DDF;
}
</style>