Shades of Navy Blue #0271F3
Tints of Navy Blue #0271F3
RGB
CMYK
RGB Variations
Color information
#0271F3 (or 0x0271F3) is known color: Navy Blue. HEX triplet: 02, 71 and F3. RGB value is (2,113,243). Sum of RGB (Red+Green+Blue) = 2+113+243=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #0271F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0271F3 is #FD8E0C. Grayscale: #5E5E5E. Windows color (decimal): -16616973 or 15954178. OLE color: 15954178.
HSL color Cylindrical-coordinate representation of color #0271F3: hue angle of 212.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271F3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 113 | 243 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.05 |
| HSL | 212.37º | 0.98% | 0.48% | - |
| HSV(B) | 212.37º | 0.99% | 0.95% | - |
| XYZ | 22.11 | 18.29 | 87.16 | - |
| YUV | 94.63 | 211.73 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 243 | 0.99 | 0.53 | 0 | 0.05 | 212.37 | 0.98 | 0.48 |
| Hex | 2 | 71 | F3 | 63 | 35 | 0 | 5 | D4 | 62 | 30 |
| Octal | 2 | 161 | 363 | 143 | 65 | 0 | 5 | 324 | 142 | 60 |
| Binary | 10 | 1110001 | 11110011 | 1100011 | 110101 | 0 | 101 | 11010100 | 1100010 | 110000 |
Color Harmonies of #0271F3
Complementary color
Monochromatic Colors of #0271F3
Black with #0271F3
Text Example
Text Example
White with #0271F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271F3; }
p { color: rgb(2,113,243); }
H1.HeaderClassName
{
color: #0271F3;
}
.AnyTagClassName
{
color: #0271F3;
}
</style>
background-color css
<style>
a { background-color: #0271F3; }
a { background-color: rgb(2,113,243); }
div.DivClassName
{
background-color: #0271F3;
}
.BgClassName
{
background-color: #0271F3;
}
</style>
border-color css
<style>
span { border-color: #0271F3; }
span { border-color: rgb(2,113,243); }
td.TdClassName
{
border-color: #0271F3;
}
.TagClassName
{
border-color: #0271F3;
}
</style>