Shades of Sapphire #061959
Tints of Sapphire #061959
RGB
CMYK
RGB Variations
Color information
#061959 (or 0x061959) is known color: Sapphire. HEX triplet: 06, 19 and 59. RGB value is (6,25,89). Sum of RGB (Red+Green+Blue) = 6+25+89=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #061959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061959 is #F9E6A6. Grayscale: #1A1A1A. Windows color (decimal): -16377511 or 5839110. OLE color: 5839110.
HSL color Cylindrical-coordinate representation of color #061959: hue angle of 226.27º 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 #061959 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 25 | 89 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.65 |
| HSL | 226.27º | 0.87% | 0.19% | - |
| HSV(B) | 226.27º | 0.93% | 0.35% | - |
| XYZ | 2.23 | 1.46 | 9.61 | - |
| YUV | 26.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 89 | 0.93 | 0.72 | 0 | 0.65 | 226.27 | 0.87 | 0.19 |
| Hex | 6 | 19 | 59 | 5D | 48 | 0 | 41 | E2 | 57 | 13 |
| Octal | 6 | 31 | 131 | 135 | 110 | 0 | 101 | 342 | 127 | 23 |
| Binary | 110 | 11001 | 1011001 | 1011101 | 1001000 | 0 | 1000001 | 11100010 | 1010111 | 10011 |
Color Harmonies of #061959
Complementary color
Monochromatic Colors of #061959
Black with #061959
Text Example
Text Example
White with #061959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061959; }
p { color: rgb(6,25,89); }
H1.HeaderClassName
{
color: #061959;
}
.AnyTagClassName
{
color: #061959;
}
</style>
background-color css
<style>
a { background-color: #061959; }
a { background-color: rgb(6,25,89); }
div.DivClassName
{
background-color: #061959;
}
.BgClassName
{
background-color: #061959;
}
</style>
border-color css
<style>
span { border-color: #061959; }
span { border-color: rgb(6,25,89); }
td.TdClassName
{
border-color: #061959;
}
.TagClassName
{
border-color: #061959;
}
</style>