Shades of Navy Blue #0272BA
Tints of Navy Blue #0272BA
RGB
CMYK
RGB Variations
Color information
#0272BA (or 0x0272BA) is known color: Navy Blue. HEX triplet: 02, 72 and BA. RGB value is (2,114,186). Sum of RGB (Red+Green+Blue) = 2+114+186=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #0272BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272BA is #FD8D45. Grayscale: #585858. Windows color (decimal): -16616774 or 12218882. OLE color: 12218882.
HSL color Cylindrical-coordinate representation of color #0272BA: hue angle of 203.48º 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 #0272BA is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 114 | 186 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.27 |
| HSL | 203.48º | 0.98% | 0.37% | - |
| HSV(B) | 203.48º | 0.99% | 0.73% | - |
| XYZ | 14.91 | 15.59 | 48.68 | - |
| YUV | 88.72 | 182.89 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 186 | 0.99 | 0.39 | 0 | 0.27 | 203.48 | 0.98 | 0.37 |
| Hex | 2 | 72 | BA | 63 | 27 | 0 | 1B | CB | 62 | 25 |
| Octal | 2 | 162 | 272 | 143 | 47 | 0 | 33 | 313 | 142 | 45 |
| Binary | 10 | 1110010 | 10111010 | 1100011 | 100111 | 0 | 11011 | 11001011 | 1100010 | 100101 |
Color Harmonies of #0272BA
Complementary color
Monochromatic Colors of #0272BA
Black with #0272BA
Text Example
Text Example
White with #0272BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0272BA; }
p { color: rgb(2,114,186); }
H1.HeaderClassName
{
color: #0272BA;
}
.AnyTagClassName
{
color: #0272BA;
}
</style>
background-color css
<style>
a { background-color: #0272BA; }
a { background-color: rgb(2,114,186); }
div.DivClassName
{
background-color: #0272BA;
}
.BgClassName
{
background-color: #0272BA;
}
</style>
border-color css
<style>
span { border-color: #0272BA; }
span { border-color: rgb(2,114,186); }
td.TdClassName
{
border-color: #0272BA;
}
.TagClassName
{
border-color: #0272BA;
}
</style>