Shades of Navy Blue #037FD3
Tints of Navy Blue #037FD3
RGB
CMYK
RGB Variations
Color information
#037FD3 (or 0x037FD3) is known color: Navy Blue. HEX triplet: 03, 7F and D3. RGB value is (3,127,211). Sum of RGB (Red+Green+Blue) = 3+127+211=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 211 (82.81% from 255 or 61.88% from 341); Max value from RGB is 211 - color contains mainly: blue. Hex color #037FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FD3 is #FC802C. Grayscale: #636363. Windows color (decimal): -16547885 or 13860611. OLE color: 13860611.
HSL color Cylindrical-coordinate representation of color #037FD3: hue angle of 204.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FD3 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 127 | 211 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.17 |
| HSL | 204.23º | 0.97% | 0.42% | - |
| HSV(B) | 204.23º | 0.99% | 0.83% | - |
| XYZ | 19.38 | 19.9 | 64.45 | - |
| YUV | 99.5 | 190.92 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 211 | 0.99 | 0.40 | 0 | 0.17 | 204.23 | 0.97 | 0.42 |
| Hex | 3 | 7F | D3 | 63 | 28 | 0 | 11 | CC | 61 | 2A |
| Octal | 3 | 177 | 323 | 143 | 50 | 0 | 21 | 314 | 141 | 52 |
| Binary | 11 | 1111111 | 11010011 | 1100011 | 101000 | 0 | 10001 | 11001100 | 1100001 | 101010 |
Color Harmonies of #037FD3
Complementary color
Monochromatic Colors of #037FD3
Black with #037FD3
Text Example
Text Example
White with #037FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FD3; }
p { color: rgb(3,127,211); }
H1.HeaderClassName
{
color: #037FD3;
}
.AnyTagClassName
{
color: #037FD3;
}
</style>
background-color css
<style>
a { background-color: #037FD3; }
a { background-color: rgb(3,127,211); }
div.DivClassName
{
background-color: #037FD3;
}
.BgClassName
{
background-color: #037FD3;
}
</style>
border-color css
<style>
span { border-color: #037FD3; }
span { border-color: rgb(3,127,211); }
td.TdClassName
{
border-color: #037FD3;
}
.TagClassName
{
border-color: #037FD3;
}
</style>