Shades of Navy Blue #037CCC
Tints of Navy Blue #037CCC
RGB
CMYK
RGB Variations
Color information
#037CCC (or 0x037CCC) is known color: Navy Blue. HEX triplet: 03, 7C and CC. RGB value is (3,124,204). Sum of RGB (Red+Green+Blue) = 3+124+204=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #037CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CCC is #FC8333. Grayscale: #606060. Windows color (decimal): -16548660 or 13401091. OLE color: 13401091.
HSL color Cylindrical-coordinate representation of color #037CCC: hue angle of 203.88º 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 #037CCC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 124 | 204 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.2 |
| HSL | 203.88º | 0.97% | 0.41% | - |
| HSV(B) | 203.88º | 0.99% | 0.8% | - |
| XYZ | 18.14 | 18.79 | 59.8 | - |
| YUV | 96.94 | 188.41 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 204 | 0.99 | 0.39 | 0 | 0.2 | 203.88 | 0.97 | 0.41 |
| Hex | 3 | 7C | CC | 63 | 27 | 0 | 14 | CC | 61 | 29 |
| Octal | 3 | 174 | 314 | 143 | 47 | 0 | 24 | 314 | 141 | 51 |
| Binary | 11 | 1111100 | 11001100 | 1100011 | 100111 | 0 | 10100 | 11001100 | 1100001 | 101001 |
Color Harmonies of #037CCC
Complementary color
Monochromatic Colors of #037CCC
Black with #037CCC
Text Example
Text Example
White with #037CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CCC; }
p { color: rgb(3,124,204); }
H1.HeaderClassName
{
color: #037CCC;
}
.AnyTagClassName
{
color: #037CCC;
}
</style>
background-color css
<style>
a { background-color: #037CCC; }
a { background-color: rgb(3,124,204); }
div.DivClassName
{
background-color: #037CCC;
}
.BgClassName
{
background-color: #037CCC;
}
</style>
border-color css
<style>
span { border-color: #037CCC; }
span { border-color: rgb(3,124,204); }
td.TdClassName
{
border-color: #037CCC;
}
.TagClassName
{
border-color: #037CCC;
}
</style>