Shades of Navy Blue #0271EB
Tints of Navy Blue #0271EB
RGB
CMYK
RGB Variations
Color information
#0271EB (or 0x0271EB) is known color: Navy Blue. HEX triplet: 02, 71 and EB. RGB value is (2,113,235). Sum of RGB (Red+Green+Blue) = 2+113+235=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #0271EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0271EB is #FD8E14. Grayscale: #5D5D5D. Windows color (decimal): -16616981 or 15429890. OLE color: 15429890.
HSL color Cylindrical-coordinate representation of color #0271EB: hue angle of 211.42º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271EB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 113 | 235 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.08 |
| HSL | 211.42º | 0.98% | 0.46% | - |
| HSV(B) | 211.42º | 0.99% | 0.92% | - |
| XYZ | 20.93 | 17.82 | 80.93 | - |
| YUV | 93.72 | 207.73 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 235 | 0.99 | 0.52 | 0 | 0.08 | 211.42 | 0.98 | 0.46 |
| Hex | 2 | 71 | EB | 63 | 34 | 0 | 8 | D3 | 62 | 2E |
| Octal | 2 | 161 | 353 | 143 | 64 | 0 | 10 | 323 | 142 | 56 |
| Binary | 10 | 1110001 | 11101011 | 1100011 | 110100 | 0 | 1000 | 11010011 | 1100010 | 101110 |
Color Harmonies of #0271EB
Complementary color
Monochromatic Colors of #0271EB
Black with #0271EB
Text Example
Text Example
White with #0271EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271EB; }
p { color: rgb(2,113,235); }
H1.HeaderClassName
{
color: #0271EB;
}
.AnyTagClassName
{
color: #0271EB;
}
</style>
background-color css
<style>
a { background-color: #0271EB; }
a { background-color: rgb(2,113,235); }
div.DivClassName
{
background-color: #0271EB;
}
.BgClassName
{
background-color: #0271EB;
}
</style>
border-color css
<style>
span { border-color: #0271EB; }
span { border-color: rgb(2,113,235); }
td.TdClassName
{
border-color: #0271EB;
}
.TagClassName
{
border-color: #0271EB;
}
</style>