Shades of Navy Blue #037DCC
Tints of Navy Blue #037DCC
RGB
CMYK
RGB Variations
Color information
#037DCC (or 0x037DCC) is known color: Navy Blue. HEX triplet: 03, 7D and CC. RGB value is (3,125,204). Sum of RGB (Red+Green+Blue) = 3+125+204=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #037DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DCC is #FC8233. Grayscale: #616161. Windows color (decimal): -16548404 or 13401347. OLE color: 13401347.
HSL color Cylindrical-coordinate representation of color #037DCC: hue angle of 203.58º 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 #037DCC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 125 | 204 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.2 |
| HSL | 203.58º | 0.97% | 0.41% | - |
| HSV(B) | 203.58º | 0.99% | 0.8% | - |
| XYZ | 18.27 | 19.05 | 59.84 | - |
| YUV | 97.53 | 188.08 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 204 | 0.99 | 0.39 | 0 | 0.2 | 203.58 | 0.97 | 0.41 |
| Hex | 3 | 7D | CC | 63 | 27 | 0 | 14 | CC | 61 | 29 |
| Octal | 3 | 175 | 314 | 143 | 47 | 0 | 24 | 314 | 141 | 51 |
| Binary | 11 | 1111101 | 11001100 | 1100011 | 100111 | 0 | 10100 | 11001100 | 1100001 | 101001 |
Color Harmonies of #037DCC
Complementary color
Monochromatic Colors of #037DCC
Black with #037DCC
Text Example
Text Example
White with #037DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DCC; }
p { color: rgb(3,125,204); }
H1.HeaderClassName
{
color: #037DCC;
}
.AnyTagClassName
{
color: #037DCC;
}
</style>
background-color css
<style>
a { background-color: #037DCC; }
a { background-color: rgb(3,125,204); }
div.DivClassName
{
background-color: #037DCC;
}
.BgClassName
{
background-color: #037DCC;
}
</style>
border-color css
<style>
span { border-color: #037DCC; }
span { border-color: rgb(3,125,204); }
td.TdClassName
{
border-color: #037DCC;
}
.TagClassName
{
border-color: #037DCC;
}
</style>