Shades of Navy #000271
Tints of Navy #000271
RGB
CMYK
RGB Variations
Color information
#000271 (or 0x000271) is known color: Navy. HEX triplet: 00, 02 and 71. RGB value is (0,2,113). Sum of RGB (Red+Green+Blue) = 0+2+113=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 113 (44.53% from 255 or 98.26% from 115); Max value from RGB is 113 - color contains mainly: blue. Hex color #000271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000271 is #FFFD8E. Grayscale: #0D0D0D. Windows color (decimal): -16776591 or 7406080. OLE color: 7406080.
HSL color Cylindrical-coordinate representation of color #000271: hue angle of 238.94º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000271 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 2 | 113 | - |
| CMYK | 1 | 0.98 | 0 | 0.56 |
| HSL | 238.94º | 1% | 0.22% | - |
| HSV(B) | 238.94º | 1% | 0.44% | - |
| XYZ | 3 | 1.24 | 15.7 | - |
| YUV | 14.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 113 | 1 | 0.98 | 0 | 0.56 | 238.94 | 1 | 0.22 |
| Hex | 0 | 2 | 71 | 64 | 62 | 0 | 38 | EF | 64 | 16 |
| Octal | 0 | 2 | 161 | 144 | 142 | 0 | 70 | 357 | 144 | 26 |
| Binary | 0 | 10 | 1110001 | 1100100 | 1100010 | 0 | 111000 | 11101111 | 1100100 | 10110 |
Color Harmonies of #000271
Complementary color
Monochromatic Colors of #000271
Black with #000271
Text Example
Text Example
White with #000271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000271; }
p { color: rgb(0,2,113); }
H1.HeaderClassName
{
color: #000271;
}
.AnyTagClassName
{
color: #000271;
}
</style>
background-color css
<style>
a { background-color: #000271; }
a { background-color: rgb(0,2,113); }
div.DivClassName
{
background-color: #000271;
}
.BgClassName
{
background-color: #000271;
}
</style>
border-color css
<style>
span { border-color: #000271; }
span { border-color: rgb(0,2,113); }
td.TdClassName
{
border-color: #000271;
}
.TagClassName
{
border-color: #000271;
}
</style>