Shades of Navy Blue #0371CF
Tints of Navy Blue #0371CF
RGB
CMYK
RGB Variations
Color information
#0371CF (or 0x0371CF) is known color: Navy Blue. HEX triplet: 03, 71 and CF. RGB value is (3,113,207). Sum of RGB (Red+Green+Blue) = 3+113+207=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #0371CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371CF is #FC8E30. Grayscale: #5A5A5A. Windows color (decimal): -16551473 or 13594883. OLE color: 13594883.
HSL color Cylindrical-coordinate representation of color #0371CF: hue angle of 207.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0371CF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 113 | 207 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.19 |
| HSL | 207.65º | 0.97% | 0.41% | - |
| HSV(B) | 207.65º | 0.99% | 0.81% | - |
| XYZ | 17.21 | 16.33 | 61.28 | - |
| YUV | 90.83 | 193.56 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 207 | 0.99 | 0.45 | 0 | 0.19 | 207.65 | 0.97 | 0.41 |
| Hex | 3 | 71 | CF | 63 | 2D | 0 | 13 | D0 | 61 | 29 |
| Octal | 3 | 161 | 317 | 143 | 55 | 0 | 23 | 320 | 141 | 51 |
| Binary | 11 | 1110001 | 11001111 | 1100011 | 101101 | 0 | 10011 | 11010000 | 1100001 | 101001 |
Color Harmonies of #0371CF
Complementary color
Monochromatic Colors of #0371CF
Black with #0371CF
Text Example
Text Example
White with #0371CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371CF; }
p { color: rgb(3,113,207); }
H1.HeaderClassName
{
color: #0371CF;
}
.AnyTagClassName
{
color: #0371CF;
}
</style>
background-color css
<style>
a { background-color: #0371CF; }
a { background-color: rgb(3,113,207); }
div.DivClassName
{
background-color: #0371CF;
}
.BgClassName
{
background-color: #0371CF;
}
</style>
border-color css
<style>
span { border-color: #0371CF; }
span { border-color: rgb(3,113,207); }
td.TdClassName
{
border-color: #0371CF;
}
.TagClassName
{
border-color: #0371CF;
}
</style>