Shades of Navy Blue #0271DE
Tints of Navy Blue #0271DE
RGB
CMYK
RGB Variations
Color information
#0271DE (or 0x0271DE) is known color: Navy Blue. HEX triplet: 02, 71 and DE. RGB value is (2,113,222). Sum of RGB (Red+Green+Blue) = 2+113+222=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #0271DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0271DE is #FD8E21. Grayscale: #5B5B5B. Windows color (decimal): -16616994 or 14577922. OLE color: 14577922.
HSL color Cylindrical-coordinate representation of color #0271DE: hue angle of 209.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0271DE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 113 | 222 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.13 |
| HSL | 209.73º | 0.98% | 0.44% | - |
| HSV(B) | 209.73º | 0.99% | 0.87% | - |
| XYZ | 19.11 | 17.1 | 71.4 | - |
| YUV | 92.24 | 201.23 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 222 | 0.99 | 0.49 | 0 | 0.13 | 209.73 | 0.98 | 0.44 |
| Hex | 2 | 71 | DE | 63 | 31 | 0 | D | D2 | 62 | 2C |
| Octal | 2 | 161 | 336 | 143 | 61 | 0 | 15 | 322 | 142 | 54 |
| Binary | 10 | 1110001 | 11011110 | 1100011 | 110001 | 0 | 1101 | 11010010 | 1100010 | 101100 |
Color Harmonies of #0271DE
Complementary color
Monochromatic Colors of #0271DE
Black with #0271DE
Text Example
Text Example
White with #0271DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271DE; }
p { color: rgb(2,113,222); }
H1.HeaderClassName
{
color: #0271DE;
}
.AnyTagClassName
{
color: #0271DE;
}
</style>
background-color css
<style>
a { background-color: #0271DE; }
a { background-color: rgb(2,113,222); }
div.DivClassName
{
background-color: #0271DE;
}
.BgClassName
{
background-color: #0271DE;
}
</style>
border-color css
<style>
span { border-color: #0271DE; }
span { border-color: rgb(2,113,222); }
td.TdClassName
{
border-color: #0271DE;
}
.TagClassName
{
border-color: #0271DE;
}
</style>