Shades of Sapphire #062271
Tints of Sapphire #062271
RGB
CMYK
RGB Variations
Color information
#062271 (or 0x062271) is known color: Sapphire. HEX triplet: 06, 22 and 71. RGB value is (6,34,113). Sum of RGB (Red+Green+Blue) = 6+34+113=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #062271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062271 is #F9DD8E. Grayscale: #222222. Windows color (decimal): -16375183 or 7414278. OLE color: 7414278.
HSL color Cylindrical-coordinate representation of color #062271: hue angle of 224.3º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062271 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 34 | 113 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.56 |
| HSL | 224.3º | 0.9% | 0.23% | - |
| HSV(B) | 224.3º | 0.95% | 0.44% | - |
| XYZ | 3.63 | 2.38 | 15.89 | - |
| YUV | 34.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 113 | 0.95 | 0.70 | 0 | 0.56 | 224.3 | 0.9 | 0.23 |
| Hex | 6 | 22 | 71 | 5F | 46 | 0 | 38 | E0 | 5A | 17 |
| Octal | 6 | 42 | 161 | 137 | 106 | 0 | 70 | 340 | 132 | 27 |
| Binary | 110 | 100010 | 1110001 | 1011111 | 1000110 | 0 | 111000 | 11100000 | 1011010 | 10111 |
Color Harmonies of #062271
Complementary color
Monochromatic Colors of #062271
Black with #062271
Text Example
Text Example
White with #062271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062271; }
p { color: rgb(6,34,113); }
H1.HeaderClassName
{
color: #062271;
}
.AnyTagClassName
{
color: #062271;
}
</style>
background-color css
<style>
a { background-color: #062271; }
a { background-color: rgb(6,34,113); }
div.DivClassName
{
background-color: #062271;
}
.BgClassName
{
background-color: #062271;
}
</style>
border-color css
<style>
span { border-color: #062271; }
span { border-color: rgb(6,34,113); }
td.TdClassName
{
border-color: #062271;
}
.TagClassName
{
border-color: #062271;
}
</style>