Shades of Sapphire #062080
Tints of Sapphire #062080
RGB
CMYK
RGB Variations
Color information
#062080 (or 0x062080) is known color: Sapphire. HEX triplet: 06, 20 and 80. RGB value is (6,32,128). Sum of RGB (Red+Green+Blue) = 6+32+128=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #062080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062080 is #F9DF7F. Grayscale: #222222. Windows color (decimal): -16375680 or 8396806. OLE color: 8396806.
HSL color Cylindrical-coordinate representation of color #062080: hue angle of 227.21º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062080 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 32 | 128 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.50 |
| HSL | 227.21º | 0.91% | 0.26% | - |
| HSV(B) | 227.21º | 0.95% | 0.5% | - |
| XYZ | 4.49 | 2.63 | 20.69 | - |
| YUV | 35.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 128 | 0.95 | 0.75 | 0 | 0.50 | 227.21 | 0.91 | 0.26 |
| Hex | 6 | 20 | 80 | 5F | 4B | 0 | 32 | E3 | 5B | 1A |
| Octal | 6 | 40 | 200 | 137 | 113 | 0 | 62 | 343 | 133 | 32 |
| Binary | 110 | 100000 | 10000000 | 1011111 | 1001011 | 0 | 110010 | 11100011 | 1011011 | 11010 |
Color Harmonies of #062080
Complementary color
Monochromatic Colors of #062080
Black with #062080
Text Example
Text Example
White with #062080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062080; }
p { color: rgb(6,32,128); }
H1.HeaderClassName
{
color: #062080;
}
.AnyTagClassName
{
color: #062080;
}
</style>
background-color css
<style>
a { background-color: #062080; }
a { background-color: rgb(6,32,128); }
div.DivClassName
{
background-color: #062080;
}
.BgClassName
{
background-color: #062080;
}
</style>
border-color css
<style>
span { border-color: #062080; }
span { border-color: rgb(6,32,128); }
td.TdClassName
{
border-color: #062080;
}
.TagClassName
{
border-color: #062080;
}
</style>