Shades of Navy Blue #0271EF
Tints of Navy Blue #0271EF
RGB
CMYK
RGB Variations
Color information
#0271EF (or 0x0271EF) is known color: Navy Blue. HEX triplet: 02, 71 and EF. RGB value is (2,113,239). Sum of RGB (Red+Green+Blue) = 2+113+239=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #0271EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0271EF is #FD8E10. Grayscale: #5D5D5D. Windows color (decimal): -16616977 or 15692034. OLE color: 15692034.
HSL color Cylindrical-coordinate representation of color #0271EF: hue angle of 211.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271EF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 113 | 239 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.06 |
| HSL | 211.9º | 0.98% | 0.47% | - |
| HSV(B) | 211.9º | 0.99% | 0.94% | - |
| XYZ | 21.51 | 18.06 | 84.01 | - |
| YUV | 94.18 | 209.73 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 239 | 0.99 | 0.53 | 0 | 0.06 | 211.9 | 0.98 | 0.47 |
| Hex | 2 | 71 | EF | 63 | 35 | 0 | 6 | D4 | 62 | 2F |
| Octal | 2 | 161 | 357 | 143 | 65 | 0 | 6 | 324 | 142 | 57 |
| Binary | 10 | 1110001 | 11101111 | 1100011 | 110101 | 0 | 110 | 11010100 | 1100010 | 101111 |
Color Harmonies of #0271EF
Complementary color
Monochromatic Colors of #0271EF
Black with #0271EF
Text Example
Text Example
White with #0271EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271EF; }
p { color: rgb(2,113,239); }
H1.HeaderClassName
{
color: #0271EF;
}
.AnyTagClassName
{
color: #0271EF;
}
</style>
background-color css
<style>
a { background-color: #0271EF; }
a { background-color: rgb(2,113,239); }
div.DivClassName
{
background-color: #0271EF;
}
.BgClassName
{
background-color: #0271EF;
}
</style>
border-color css
<style>
span { border-color: #0271EF; }
span { border-color: rgb(2,113,239); }
td.TdClassName
{
border-color: #0271EF;
}
.TagClassName
{
border-color: #0271EF;
}
</style>