Shades of Navy Blue #0271BB
Tints of Navy Blue #0271BB
RGB
CMYK
RGB Variations
Color information
#0271BB (or 0x0271BB) is known color: Navy Blue. HEX triplet: 02, 71 and BB. RGB value is (2,113,187). Sum of RGB (Red+Green+Blue) = 2+113+187=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #0271BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0271BB is #FD8E44. Grayscale: #575757. Windows color (decimal): -16617029 or 12284162. OLE color: 12284162.
HSL color Cylindrical-coordinate representation of color #0271BB: hue angle of 204º 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 #0271BB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 113 | 187 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.27 |
| HSL | 204º | 0.98% | 0.37% | - |
| HSV(B) | 204º | 0.99% | 0.73% | - |
| XYZ | 14.9 | 15.41 | 49.2 | - |
| YUV | 88.25 | 183.73 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 187 | 0.99 | 0.40 | 0 | 0.27 | 204 | 0.98 | 0.37 |
| Hex | 2 | 71 | BB | 63 | 28 | 0 | 1B | CC | 62 | 25 |
| Octal | 2 | 161 | 273 | 143 | 50 | 0 | 33 | 314 | 142 | 45 |
| Binary | 10 | 1110001 | 10111011 | 1100011 | 101000 | 0 | 11011 | 11001100 | 1100010 | 100101 |
Color Harmonies of #0271BB
Complementary color
Monochromatic Colors of #0271BB
Black with #0271BB
Text Example
Text Example
White with #0271BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271BB; }
p { color: rgb(2,113,187); }
H1.HeaderClassName
{
color: #0271BB;
}
.AnyTagClassName
{
color: #0271BB;
}
</style>
background-color css
<style>
a { background-color: #0271BB; }
a { background-color: rgb(2,113,187); }
div.DivClassName
{
background-color: #0271BB;
}
.BgClassName
{
background-color: #0271BB;
}
</style>
border-color css
<style>
span { border-color: #0271BB; }
span { border-color: rgb(2,113,187); }
td.TdClassName
{
border-color: #0271BB;
}
.TagClassName
{
border-color: #0271BB;
}
</style>