Shades of Sapphire #062550
Tints of Sapphire #062550
RGB
CMYK
RGB Variations
Color information
#062550 (or 0x062550) is known color: Sapphire. HEX triplet: 06, 25 and 50. RGB value is (6,37,80). Sum of RGB (Red+Green+Blue) = 6+37+80=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #062550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062550 is #F9DAAF. Grayscale: #202020. Windows color (decimal): -16374448 or 5252358. OLE color: 5252358.
HSL color Cylindrical-coordinate representation of color #062550: hue angle of 214.86º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062550 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 37 | 80 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.69 |
| HSL | 214.86º | 0.86% | 0.17% | - |
| HSV(B) | 214.86º | 0.93% | 0.31% | - |
| XYZ | 2.18 | 1.94 | 7.85 | - |
| YUV | 32.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 80 | 0.92 | 0.54 | 0 | 0.69 | 214.86 | 0.86 | 0.17 |
| Hex | 6 | 25 | 50 | 5C | 36 | 0 | 45 | D7 | 56 | 11 |
| Octal | 6 | 45 | 120 | 134 | 66 | 0 | 105 | 327 | 126 | 21 |
| Binary | 110 | 100101 | 1010000 | 1011100 | 110110 | 0 | 1000101 | 11010111 | 1010110 | 10001 |
Color Harmonies of #062550
Complementary color
Monochromatic Colors of #062550
Black with #062550
Text Example
Text Example
White with #062550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062550; }
p { color: rgb(6,37,80); }
H1.HeaderClassName
{
color: #062550;
}
.AnyTagClassName
{
color: #062550;
}
</style>
background-color css
<style>
a { background-color: #062550; }
a { background-color: rgb(6,37,80); }
div.DivClassName
{
background-color: #062550;
}
.BgClassName
{
background-color: #062550;
}
</style>
border-color css
<style>
span { border-color: #062550; }
span { border-color: rgb(6,37,80); }
td.TdClassName
{
border-color: #062550;
}
.TagClassName
{
border-color: #062550;
}
</style>