Shades of Navy Blue #037CCF
Tints of Navy Blue #037CCF
RGB
CMYK
RGB Variations
Color information
#037CCF (or 0x037CCF) is known color: Navy Blue. HEX triplet: 03, 7C and CF. RGB value is (3,124,207). Sum of RGB (Red+Green+Blue) = 3+124+207=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #037CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CCF is #FC8330. Grayscale: #606060. Windows color (decimal): -16548657 or 13597699. OLE color: 13597699.
HSL color Cylindrical-coordinate representation of color #037CCF: hue angle of 204.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037CCF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 124 | 207 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.19 |
| HSL | 204.41º | 0.97% | 0.41% | - |
| HSV(B) | 204.41º | 0.99% | 0.81% | - |
| XYZ | 18.51 | 18.94 | 61.71 | - |
| YUV | 97.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 207 | 0.99 | 0.40 | 0 | 0.19 | 204.41 | 0.97 | 0.41 |
| Hex | 3 | 7C | CF | 63 | 28 | 0 | 13 | CC | 61 | 29 |
| Octal | 3 | 174 | 317 | 143 | 50 | 0 | 23 | 314 | 141 | 51 |
| Binary | 11 | 1111100 | 11001111 | 1100011 | 101000 | 0 | 10011 | 11001100 | 1100001 | 101001 |
Color Harmonies of #037CCF
Complementary color
Monochromatic Colors of #037CCF
Black with #037CCF
Text Example
Text Example
White with #037CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CCF; }
p { color: rgb(3,124,207); }
H1.HeaderClassName
{
color: #037CCF;
}
.AnyTagClassName
{
color: #037CCF;
}
</style>
background-color css
<style>
a { background-color: #037CCF; }
a { background-color: rgb(3,124,207); }
div.DivClassName
{
background-color: #037CCF;
}
.BgClassName
{
background-color: #037CCF;
}
</style>
border-color css
<style>
span { border-color: #037CCF; }
span { border-color: rgb(3,124,207); }
td.TdClassName
{
border-color: #037CCF;
}
.TagClassName
{
border-color: #037CCF;
}
</style>