Shades of Navy Blue #0272C2
Tints of Navy Blue #0272C2
RGB
CMYK
RGB Variations
Color information
#0272C2 (or 0x0272C2) is known color: Navy Blue. HEX triplet: 02, 72 and C2. RGB value is (2,114,194). Sum of RGB (Red+Green+Blue) = 2+114+194=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #0272C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272C2 is #FD8D3D. Grayscale: #595959. Windows color (decimal): -16616766 or 12743170. OLE color: 12743170.
HSL color Cylindrical-coordinate representation of color #0272C2: hue angle of 205º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272C2 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 114 | 194 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.24 |
| HSL | 205º | 0.98% | 0.38% | - |
| HSV(B) | 205º | 0.99% | 0.76% | - |
| XYZ | 15.78 | 15.94 | 53.28 | - |
| YUV | 89.63 | 186.89 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 194 | 0.99 | 0.41 | 0 | 0.24 | 205 | 0.98 | 0.38 |
| Hex | 2 | 72 | C2 | 63 | 29 | 0 | 18 | CD | 62 | 26 |
| Octal | 2 | 162 | 302 | 143 | 51 | 0 | 30 | 315 | 142 | 46 |
| Binary | 10 | 1110010 | 11000010 | 1100011 | 101001 | 0 | 11000 | 11001101 | 1100010 | 100110 |
Color Harmonies of #0272C2
Complementary color
Monochromatic Colors of #0272C2
Black with #0272C2
Text Example
Text Example
White with #0272C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0272C2; }
p { color: rgb(2,114,194); }
H1.HeaderClassName
{
color: #0272C2;
}
.AnyTagClassName
{
color: #0272C2;
}
</style>
background-color css
<style>
a { background-color: #0272C2; }
a { background-color: rgb(2,114,194); }
div.DivClassName
{
background-color: #0272C2;
}
.BgClassName
{
background-color: #0272C2;
}
</style>
border-color css
<style>
span { border-color: #0272C2; }
span { border-color: rgb(2,114,194); }
td.TdClassName
{
border-color: #0272C2;
}
.TagClassName
{
border-color: #0272C2;
}
</style>