Shades of Sapphire #002271
Tints of Sapphire #002271
RGB
CMYK
RGB Variations
Color information
#002271 (or 0x002271) is known color: Sapphire. HEX triplet: 00, 22 and 71. RGB value is (0,34,113). Sum of RGB (Red+Green+Blue) = 0+34+113=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #002271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002271 is #FFDD8E. Grayscale: #202020. Windows color (decimal): -16768399 or 7414272. OLE color: 7414272.
HSL color Cylindrical-coordinate representation of color #002271: hue angle of 221.95º 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 #002271 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 34 | 113 | - |
| CMYK | 1 | 0.70 | 0 | 0.56 |
| HSL | 221.95º | 1% | 0.22% | - |
| HSV(B) | 221.95º | 1% | 0.44% | - |
| XYZ | 3.55 | 2.34 | 15.89 | - |
| YUV | 32.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 113 | 1 | 0.70 | 0 | 0.56 | 221.95 | 1 | 0.22 |
| Hex | 0 | 22 | 71 | 64 | 46 | 0 | 38 | DE | 64 | 16 |
| Octal | 0 | 42 | 161 | 144 | 106 | 0 | 70 | 336 | 144 | 26 |
| Binary | 0 | 100010 | 1110001 | 1100100 | 1000110 | 0 | 111000 | 11011110 | 1100100 | 10110 |
Color Harmonies of #002271
Complementary color
Monochromatic Colors of #002271
Black with #002271
Text Example
Text Example
White with #002271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002271; }
p { color: rgb(0,34,113); }
H1.HeaderClassName
{
color: #002271;
}
.AnyTagClassName
{
color: #002271;
}
</style>
background-color css
<style>
a { background-color: #002271; }
a { background-color: rgb(0,34,113); }
div.DivClassName
{
background-color: #002271;
}
.BgClassName
{
background-color: #002271;
}
</style>
border-color css
<style>
span { border-color: #002271; }
span { border-color: rgb(0,34,113); }
td.TdClassName
{
border-color: #002271;
}
.TagClassName
{
border-color: #002271;
}
</style>