Shades of Navy Blue #0071CB
Tints of Navy Blue #0071CB
RGB
CMYK
RGB Variations
Color information
#0071CB (or 0x0071CB) is known color: Navy Blue. HEX triplet: 00, 71 and CB. RGB value is (0,113,203). Sum of RGB (Red+Green+Blue) = 0+113+203=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #0071CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071CB is #FF8E34. Grayscale: #595959. Windows color (decimal): -16748085 or 13332736. OLE color: 13332736.
HSL color Cylindrical-coordinate representation of color #0071CB: hue angle of 206.6º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0071CB is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 113 | 203 | - |
| CMYK | 1 | 0.44 | 0 | 0.20 |
| HSL | 206.6º | 1% | 0.4% | - |
| HSV(B) | 206.6º | 1% | 0.8% | - |
| XYZ | 16.68 | 16.12 | 58.73 | - |
| YUV | 89.47 | 192.06 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 203 | 1 | 0.44 | 0 | 0.20 | 206.6 | 1 | 0.4 |
| Hex | 0 | 71 | CB | 64 | 2C | 0 | 14 | CF | 64 | 28 |
| Octal | 0 | 161 | 313 | 144 | 54 | 0 | 24 | 317 | 144 | 50 |
| Binary | 0 | 1110001 | 11001011 | 1100100 | 101100 | 0 | 10100 | 11001111 | 1100100 | 101000 |
Color Harmonies of #0071CB
Complementary color
Monochromatic Colors of #0071CB
Black with #0071CB
Text Example
Text Example
White with #0071CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0071CB; }
p { color: rgb(0,113,203); }
H1.HeaderClassName
{
color: #0071CB;
}
.AnyTagClassName
{
color: #0071CB;
}
</style>
background-color css
<style>
a { background-color: #0071CB; }
a { background-color: rgb(0,113,203); }
div.DivClassName
{
background-color: #0071CB;
}
.BgClassName
{
background-color: #0071CB;
}
</style>
border-color css
<style>
span { border-color: #0071CB; }
span { border-color: rgb(0,113,203); }
td.TdClassName
{
border-color: #0071CB;
}
.TagClassName
{
border-color: #0071CB;
}
</style>