Shades of Navy Blue #0070CB
Tints of Navy Blue #0070CB
RGB
CMYK
RGB Variations
Color information
#0070CB (or 0x0070CB) is known color: Navy Blue. HEX triplet: 00, 70 and CB. RGB value is (0,112,203). Sum of RGB (Red+Green+Blue) = 0+112+203=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #0070CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070CB is #FF8F34. Grayscale: #585858. Windows color (decimal): -16748341 or 13332480. OLE color: 13332480.
HSL color Cylindrical-coordinate representation of color #0070CB: hue angle of 206.9º 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 #0070CB is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 112 | 203 | - |
| CMYK | 1 | 0.45 | 0 | 0.20 |
| HSL | 206.9º | 1% | 0.4% | - |
| HSV(B) | 206.9º | 1% | 0.8% | - |
| XYZ | 16.57 | 15.9 | 58.7 | - |
| YUV | 88.89 | 192.39 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 203 | 1 | 0.45 | 0 | 0.20 | 206.9 | 1 | 0.4 |
| Hex | 0 | 70 | CB | 64 | 2D | 0 | 14 | CF | 64 | 28 |
| Octal | 0 | 160 | 313 | 144 | 55 | 0 | 24 | 317 | 144 | 50 |
| Binary | 0 | 1110000 | 11001011 | 1100100 | 101101 | 0 | 10100 | 11001111 | 1100100 | 101000 |
Color Harmonies of #0070CB
Complementary color
Monochromatic Colors of #0070CB
Black with #0070CB
Text Example
Text Example
White with #0070CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0070CB; }
p { color: rgb(0,112,203); }
H1.HeaderClassName
{
color: #0070CB;
}
.AnyTagClassName
{
color: #0070CB;
}
</style>
background-color css
<style>
a { background-color: #0070CB; }
a { background-color: rgb(0,112,203); }
div.DivClassName
{
background-color: #0070CB;
}
.BgClassName
{
background-color: #0070CB;
}
</style>
border-color css
<style>
span { border-color: #0070CB; }
span { border-color: rgb(0,112,203); }
td.TdClassName
{
border-color: #0070CB;
}
.TagClassName
{
border-color: #0070CB;
}
</style>