Shades of Navy Blue #037FCC
Tints of Navy Blue #037FCC
RGB
CMYK
RGB Variations
Color information
#037FCC (or 0x037FCC) is known color: Navy Blue. HEX triplet: 03, 7F and CC. RGB value is (3,127,204). Sum of RGB (Red+Green+Blue) = 3+127+204=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #037FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FCC is #FC8033. Grayscale: #626262. Windows color (decimal): -16547892 or 13401859. OLE color: 13401859.
HSL color Cylindrical-coordinate representation of color #037FCC: hue angle of 202.99º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037FCC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 127 | 204 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.2 |
| HSL | 202.99º | 0.97% | 0.41% | - |
| HSV(B) | 202.99º | 0.99% | 0.8% | - |
| XYZ | 18.53 | 19.56 | 59.93 | - |
| YUV | 98.7 | 187.42 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 204 | 0.99 | 0.38 | 0 | 0.2 | 202.99 | 0.97 | 0.41 |
| Hex | 3 | 7F | CC | 63 | 26 | 0 | 14 | CB | 61 | 29 |
| Octal | 3 | 177 | 314 | 143 | 46 | 0 | 24 | 313 | 141 | 51 |
| Binary | 11 | 1111111 | 11001100 | 1100011 | 100110 | 0 | 10100 | 11001011 | 1100001 | 101001 |
Color Harmonies of #037FCC
Complementary color
Monochromatic Colors of #037FCC
Black with #037FCC
Text Example
Text Example
White with #037FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FCC; }
p { color: rgb(3,127,204); }
H1.HeaderClassName
{
color: #037FCC;
}
.AnyTagClassName
{
color: #037FCC;
}
</style>
background-color css
<style>
a { background-color: #037FCC; }
a { background-color: rgb(3,127,204); }
div.DivClassName
{
background-color: #037FCC;
}
.BgClassName
{
background-color: #037FCC;
}
</style>
border-color css
<style>
span { border-color: #037FCC; }
span { border-color: rgb(3,127,204); }
td.TdClassName
{
border-color: #037FCC;
}
.TagClassName
{
border-color: #037FCC;
}
</style>