Shades of Navy Blue #0371CC
Tints of Navy Blue #0371CC
RGB
CMYK
RGB Variations
Color information
#0371CC (or 0x0371CC) is known color: Navy Blue. HEX triplet: 03, 71 and CC. RGB value is (3,113,204). Sum of RGB (Red+Green+Blue) = 3+113+204=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #0371CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371CC is #FC8E33. Grayscale: #5A5A5A. Windows color (decimal): -16551476 or 13398275. OLE color: 13398275.
HSL color Cylindrical-coordinate representation of color #0371CC: hue angle of 207.16º 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 #0371CC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 113 | 204 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.2 |
| HSL | 207.16º | 0.97% | 0.41% | - |
| HSV(B) | 207.16º | 0.99% | 0.8% | - |
| XYZ | 16.84 | 16.19 | 59.36 | - |
| YUV | 90.48 | 192.06 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 204 | 0.99 | 0.45 | 0 | 0.2 | 207.16 | 0.97 | 0.41 |
| Hex | 3 | 71 | CC | 63 | 2D | 0 | 14 | CF | 61 | 29 |
| Octal | 3 | 161 | 314 | 143 | 55 | 0 | 24 | 317 | 141 | 51 |
| Binary | 11 | 1110001 | 11001100 | 1100011 | 101101 | 0 | 10100 | 11001111 | 1100001 | 101001 |
Color Harmonies of #0371CC
Complementary color
Monochromatic Colors of #0371CC
Black with #0371CC
Text Example
Text Example
White with #0371CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371CC; }
p { color: rgb(3,113,204); }
H1.HeaderClassName
{
color: #0371CC;
}
.AnyTagClassName
{
color: #0371CC;
}
</style>
background-color css
<style>
a { background-color: #0371CC; }
a { background-color: rgb(3,113,204); }
div.DivClassName
{
background-color: #0371CC;
}
.BgClassName
{
background-color: #0371CC;
}
</style>
border-color css
<style>
span { border-color: #0371CC; }
span { border-color: rgb(3,113,204); }
td.TdClassName
{
border-color: #0371CC;
}
.TagClassName
{
border-color: #0371CC;
}
</style>