Shades of Navy Blue #0270BA
Tints of Navy Blue #0270BA
RGB
CMYK
RGB Variations
Color information
#0270BA (or 0x0270BA) is known color: Navy Blue. HEX triplet: 02, 70 and BA. RGB value is (2,112,186). Sum of RGB (Red+Green+Blue) = 2+112+186=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #0270BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270BA is #FD8F45. Grayscale: #575757. Windows color (decimal): -16617286 or 12218370. OLE color: 12218370.
HSL color Cylindrical-coordinate representation of color #0270BA: hue angle of 204.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270BA is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 112 | 186 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.27 |
| HSL | 204.13º | 0.98% | 0.37% | - |
| HSV(B) | 204.13º | 0.99% | 0.73% | - |
| XYZ | 14.68 | 15.15 | 48.6 | - |
| YUV | 87.55 | 183.56 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 186 | 0.99 | 0.40 | 0 | 0.27 | 204.13 | 0.98 | 0.37 |
| Hex | 2 | 70 | BA | 63 | 28 | 0 | 1B | CC | 62 | 25 |
| Octal | 2 | 160 | 272 | 143 | 50 | 0 | 33 | 314 | 142 | 45 |
| Binary | 10 | 1110000 | 10111010 | 1100011 | 101000 | 0 | 11011 | 11001100 | 1100010 | 100101 |
Color Harmonies of #0270BA
Complementary color
Monochromatic Colors of #0270BA
Black with #0270BA
Text Example
Text Example
White with #0270BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0270BA; }
p { color: rgb(2,112,186); }
H1.HeaderClassName
{
color: #0270BA;
}
.AnyTagClassName
{
color: #0270BA;
}
</style>
background-color css
<style>
a { background-color: #0270BA; }
a { background-color: rgb(2,112,186); }
div.DivClassName
{
background-color: #0270BA;
}
.BgClassName
{
background-color: #0270BA;
}
</style>
border-color css
<style>
span { border-color: #0270BA; }
span { border-color: rgb(2,112,186); }
td.TdClassName
{
border-color: #0270BA;
}
.TagClassName
{
border-color: #0270BA;
}
</style>