Shades of Navy Blue #0371BF
Tints of Navy Blue #0371BF
RGB
CMYK
RGB Variations
Color information
#0371BF (or 0x0371BF) is known color: Navy Blue. HEX triplet: 03, 71 and BF. RGB value is (3,113,191). Sum of RGB (Red+Green+Blue) = 3+113+191=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #0371BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371BF is #FC8E40. Grayscale: #585858. Windows color (decimal): -16551489 or 12546307. OLE color: 12546307.
HSL color Cylindrical-coordinate representation of color #0371BF: hue angle of 204.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0371BF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 113 | 191 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.25 |
| HSL | 204.89º | 0.97% | 0.38% | - |
| HSV(B) | 204.89º | 0.98% | 0.75% | - |
| XYZ | 15.35 | 15.59 | 51.49 | - |
| YUV | 89 | 185.56 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 191 | 0.98 | 0.41 | 0 | 0.25 | 204.89 | 0.97 | 0.38 |
| Hex | 3 | 71 | BF | 62 | 29 | 0 | 19 | CD | 61 | 26 |
| Octal | 3 | 161 | 277 | 142 | 51 | 0 | 31 | 315 | 141 | 46 |
| Binary | 11 | 1110001 | 10111111 | 1100010 | 101001 | 0 | 11001 | 11001101 | 1100001 | 100110 |
Color Harmonies of #0371BF
Complementary color
Monochromatic Colors of #0371BF
Black with #0371BF
Text Example
Text Example
White with #0371BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371BF; }
p { color: rgb(3,113,191); }
H1.HeaderClassName
{
color: #0371BF;
}
.AnyTagClassName
{
color: #0371BF;
}
</style>
background-color css
<style>
a { background-color: #0371BF; }
a { background-color: rgb(3,113,191); }
div.DivClassName
{
background-color: #0371BF;
}
.BgClassName
{
background-color: #0371BF;
}
</style>
border-color css
<style>
span { border-color: #0371BF; }
span { border-color: rgb(3,113,191); }
td.TdClassName
{
border-color: #0371BF;
}
.TagClassName
{
border-color: #0371BF;
}
</style>