Shades of Navy Blue #037FDF
Tints of Navy Blue #037FDF
RGB
CMYK
RGB Variations
Color information
#037FDF (or 0x037FDF) is known color: Navy Blue. HEX triplet: 03, 7F and DF. RGB value is (3,127,223). Sum of RGB (Red+Green+Blue) = 3+127+223=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #037FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FDF is #FC8020. Grayscale: #646464. Windows color (decimal): -16547873 or 14647043. OLE color: 14647043.
HSL color Cylindrical-coordinate representation of color #037FDF: hue angle of 206.18º 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 #037FDF is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 127 | 223 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.13 |
| HSL | 206.18º | 0.97% | 0.44% | - |
| HSV(B) | 206.18º | 0.99% | 0.87% | - |
| XYZ | 20.95 | 20.53 | 72.67 | - |
| YUV | 100.87 | 196.92 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 223 | 0.99 | 0.43 | 0 | 0.13 | 206.18 | 0.97 | 0.44 |
| Hex | 3 | 7F | DF | 63 | 2B | 0 | D | CE | 61 | 2C |
| Octal | 3 | 177 | 337 | 143 | 53 | 0 | 15 | 316 | 141 | 54 |
| Binary | 11 | 1111111 | 11011111 | 1100011 | 101011 | 0 | 1101 | 11001110 | 1100001 | 101100 |
Color Harmonies of #037FDF
Complementary color
Monochromatic Colors of #037FDF
Black with #037FDF
Text Example
Text Example
White with #037FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FDF; }
p { color: rgb(3,127,223); }
H1.HeaderClassName
{
color: #037FDF;
}
.AnyTagClassName
{
color: #037FDF;
}
</style>
background-color css
<style>
a { background-color: #037FDF; }
a { background-color: rgb(3,127,223); }
div.DivClassName
{
background-color: #037FDF;
}
.BgClassName
{
background-color: #037FDF;
}
</style>
border-color css
<style>
span { border-color: #037FDF; }
span { border-color: rgb(3,127,223); }
td.TdClassName
{
border-color: #037FDF;
}
.TagClassName
{
border-color: #037FDF;
}
</style>