Shades of Navy Blue #0371C1
Tints of Navy Blue #0371C1
RGB
CMYK
RGB Variations
Color information
#0371C1 (or 0x0371C1) is known color: Navy Blue. HEX triplet: 03, 71 and C1. RGB value is (3,113,193). Sum of RGB (Red+Green+Blue) = 3+113+193=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #0371C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371C1 is #FC8E3E. Grayscale: #585858. Windows color (decimal): -16551487 or 12677379. OLE color: 12677379.
HSL color Cylindrical-coordinate representation of color #0371C1: hue angle of 205.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0371C1 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 113 | 193 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.24 |
| HSL | 205.26º | 0.97% | 0.38% | - |
| HSV(B) | 205.26º | 0.98% | 0.76% | - |
| XYZ | 15.57 | 15.68 | 52.66 | - |
| YUV | 89.23 | 186.56 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 193 | 0.98 | 0.41 | 0 | 0.24 | 205.26 | 0.97 | 0.38 |
| Hex | 3 | 71 | C1 | 62 | 29 | 0 | 18 | CD | 61 | 26 |
| Octal | 3 | 161 | 301 | 142 | 51 | 0 | 30 | 315 | 141 | 46 |
| Binary | 11 | 1110001 | 11000001 | 1100010 | 101001 | 0 | 11000 | 11001101 | 1100001 | 100110 |
Color Harmonies of #0371C1
Complementary color
Monochromatic Colors of #0371C1
Black with #0371C1
Text Example
Text Example
White with #0371C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371C1; }
p { color: rgb(3,113,193); }
H1.HeaderClassName
{
color: #0371C1;
}
.AnyTagClassName
{
color: #0371C1;
}
</style>
background-color css
<style>
a { background-color: #0371C1; }
a { background-color: rgb(3,113,193); }
div.DivClassName
{
background-color: #0371C1;
}
.BgClassName
{
background-color: #0371C1;
}
</style>
border-color css
<style>
span { border-color: #0371C1; }
span { border-color: rgb(3,113,193); }
td.TdClassName
{
border-color: #0371C1;
}
.TagClassName
{
border-color: #0371C1;
}
</style>