Shades of Navy Blue #0271CB
Tints of Navy Blue #0271CB
RGB
CMYK
RGB Variations
Color information
#0271CB (or 0x0271CB) is known color: Navy Blue. HEX triplet: 02, 71 and CB. RGB value is (2,113,203). Sum of RGB (Red+Green+Blue) = 2+113+203=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #0271CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0271CB is #FD8E34. Grayscale: #595959. Windows color (decimal): -16617013 or 13332738. OLE color: 13332738.
HSL color Cylindrical-coordinate representation of color #0271CB: hue angle of 206.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271CB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 113 | 203 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.20 |
| HSL | 206.87º | 0.98% | 0.4% | - |
| HSV(B) | 206.87º | 0.99% | 0.8% | - |
| XYZ | 16.71 | 16.13 | 58.73 | - |
| YUV | 90.07 | 191.73 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 203 | 0.99 | 0.44 | 0 | 0.20 | 206.87 | 0.98 | 0.4 |
| Hex | 2 | 71 | CB | 63 | 2C | 0 | 14 | CF | 62 | 28 |
| Octal | 2 | 161 | 313 | 143 | 54 | 0 | 24 | 317 | 142 | 50 |
| Binary | 10 | 1110001 | 11001011 | 1100011 | 101100 | 0 | 10100 | 11001111 | 1100010 | 101000 |
Color Harmonies of #0271CB
Complementary color
Monochromatic Colors of #0271CB
Black with #0271CB
Text Example
Text Example
White with #0271CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271CB; }
p { color: rgb(2,113,203); }
H1.HeaderClassName
{
color: #0271CB;
}
.AnyTagClassName
{
color: #0271CB;
}
</style>
background-color css
<style>
a { background-color: #0271CB; }
a { background-color: rgb(2,113,203); }
div.DivClassName
{
background-color: #0271CB;
}
.BgClassName
{
background-color: #0271CB;
}
</style>
border-color css
<style>
span { border-color: #0271CB; }
span { border-color: rgb(2,113,203); }
td.TdClassName
{
border-color: #0271CB;
}
.TagClassName
{
border-color: #0271CB;
}
</style>