Shades of Sapphire #062055
Tints of Sapphire #062055
RGB
CMYK
RGB Variations
Color information
#062055 (or 0x062055) is known color: Sapphire. HEX triplet: 06, 20 and 55. RGB value is (6,32,85). Sum of RGB (Red+Green+Blue) = 6+32+85=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #062055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062055 is #F9DFAA. Grayscale: #1E1E1E. Windows color (decimal): -16375723 or 5578758. OLE color: 5578758.
HSL color Cylindrical-coordinate representation of color #062055: hue angle of 220.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062055 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 32 | 85 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.67 |
| HSL | 220.25º | 0.87% | 0.18% | - |
| HSV(B) | 220.25º | 0.93% | 0.33% | - |
| XYZ | 2.23 | 1.73 | 8.81 | - |
| YUV | 30.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 85 | 0.93 | 0.62 | 0 | 0.67 | 220.25 | 0.87 | 0.18 |
| Hex | 6 | 20 | 55 | 5D | 3E | 0 | 43 | DC | 57 | 12 |
| Octal | 6 | 40 | 125 | 135 | 76 | 0 | 103 | 334 | 127 | 22 |
| Binary | 110 | 100000 | 1010101 | 1011101 | 111110 | 0 | 1000011 | 11011100 | 1010111 | 10010 |
Color Harmonies of #062055
Complementary color
Monochromatic Colors of #062055
Black with #062055
Text Example
Text Example
White with #062055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062055; }
p { color: rgb(6,32,85); }
H1.HeaderClassName
{
color: #062055;
}
.AnyTagClassName
{
color: #062055;
}
</style>
background-color css
<style>
a { background-color: #062055; }
a { background-color: rgb(6,32,85); }
div.DivClassName
{
background-color: #062055;
}
.BgClassName
{
background-color: #062055;
}
</style>
border-color css
<style>
span { border-color: #062055; }
span { border-color: rgb(6,32,85); }
td.TdClassName
{
border-color: #062055;
}
.TagClassName
{
border-color: #062055;
}
</style>