Shades of Sapphire #062255
Tints of Sapphire #062255
RGB
CMYK
RGB Variations
Color information
#062255 (or 0x062255) is known color: Sapphire. HEX triplet: 06, 22 and 55. RGB value is (6,34,85). Sum of RGB (Red+Green+Blue) = 6+34+85=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #062255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062255 is #F9DDAA. Grayscale: #1F1F1F. Windows color (decimal): -16375211 or 5579270. OLE color: 5579270.
HSL color Cylindrical-coordinate representation of color #062255: hue angle of 218.73º 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 #062255 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 34 | 85 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.67 |
| HSL | 218.73º | 0.87% | 0.18% | - |
| HSV(B) | 218.73º | 0.93% | 0.33% | - |
| XYZ | 2.29 | 1.84 | 8.83 | - |
| YUV | 31.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 85 | 0.93 | 0.60 | 0 | 0.67 | 218.73 | 0.87 | 0.18 |
| Hex | 6 | 22 | 55 | 5D | 3C | 0 | 43 | DB | 57 | 12 |
| Octal | 6 | 42 | 125 | 135 | 74 | 0 | 103 | 333 | 127 | 22 |
| Binary | 110 | 100010 | 1010101 | 1011101 | 111100 | 0 | 1000011 | 11011011 | 1010111 | 10010 |
Color Harmonies of #062255
Complementary color
Monochromatic Colors of #062255
Black with #062255
Text Example
Text Example
White with #062255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062255; }
p { color: rgb(6,34,85); }
H1.HeaderClassName
{
color: #062255;
}
.AnyTagClassName
{
color: #062255;
}
</style>
background-color css
<style>
a { background-color: #062255; }
a { background-color: rgb(6,34,85); }
div.DivClassName
{
background-color: #062255;
}
.BgClassName
{
background-color: #062255;
}
</style>
border-color css
<style>
span { border-color: #062255; }
span { border-color: rgb(6,34,85); }
td.TdClassName
{
border-color: #062255;
}
.TagClassName
{
border-color: #062255;
}
</style>