Shades of Sapphire #061559
Tints of Sapphire #061559
RGB
CMYK
RGB Variations
Color information
#061559 (or 0x061559) is known color: Sapphire. HEX triplet: 06, 15 and 59. RGB value is (6,21,89). Sum of RGB (Red+Green+Blue) = 6+21+89=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #061559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061559 is #F9EAA6. Grayscale: #171717. Windows color (decimal): -16378535 or 5838086. OLE color: 5838086.
HSL color Cylindrical-coordinate representation of color #061559: hue angle of 229.16º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061559 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 21 | 89 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.65 |
| HSL | 229.16º | 0.87% | 0.19% | - |
| HSV(B) | 229.16º | 0.93% | 0.35% | - |
| XYZ | 2.15 | 1.3 | 9.59 | - |
| YUV | 24.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 89 | 0.93 | 0.76 | 0 | 0.65 | 229.16 | 0.87 | 0.19 |
| Hex | 6 | 15 | 59 | 5D | 4C | 0 | 41 | E5 | 57 | 13 |
| Octal | 6 | 25 | 131 | 135 | 114 | 0 | 101 | 345 | 127 | 23 |
| Binary | 110 | 10101 | 1011001 | 1011101 | 1001100 | 0 | 1000001 | 11100101 | 1010111 | 10011 |
Color Harmonies of #061559
Complementary color
Monochromatic Colors of #061559
Black with #061559
Text Example
Text Example
White with #061559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061559; }
p { color: rgb(6,21,89); }
H1.HeaderClassName
{
color: #061559;
}
.AnyTagClassName
{
color: #061559;
}
</style>
background-color css
<style>
a { background-color: #061559; }
a { background-color: rgb(6,21,89); }
div.DivClassName
{
background-color: #061559;
}
.BgClassName
{
background-color: #061559;
}
</style>
border-color css
<style>
span { border-color: #061559; }
span { border-color: rgb(6,21,89); }
td.TdClassName
{
border-color: #061559;
}
.TagClassName
{
border-color: #061559;
}
</style>