Shades of Sapphire #061859
Tints of Sapphire #061859
RGB
CMYK
RGB Variations
Color information
#061859 (or 0x061859) is known color: Sapphire. HEX triplet: 06, 18 and 59. RGB value is (6,24,89). Sum of RGB (Red+Green+Blue) = 6+24+89=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #061859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061859 is #F9E7A6. Grayscale: #191919. Windows color (decimal): -16377767 or 5838854. OLE color: 5838854.
HSL color Cylindrical-coordinate representation of color #061859: hue angle of 226.99º 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 #061859 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 24 | 89 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.65 |
| HSL | 226.99º | 0.87% | 0.19% | - |
| HSV(B) | 226.99º | 0.93% | 0.35% | - |
| XYZ | 2.2 | 1.41 | 9.61 | - |
| YUV | 26.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 89 | 0.93 | 0.73 | 0 | 0.65 | 226.99 | 0.87 | 0.19 |
| Hex | 6 | 18 | 59 | 5D | 49 | 0 | 41 | E3 | 57 | 13 |
| Octal | 6 | 30 | 131 | 135 | 111 | 0 | 101 | 343 | 127 | 23 |
| Binary | 110 | 11000 | 1011001 | 1011101 | 1001001 | 0 | 1000001 | 11100011 | 1010111 | 10011 |
Color Harmonies of #061859
Complementary color
Monochromatic Colors of #061859
Black with #061859
Text Example
Text Example
White with #061859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061859; }
p { color: rgb(6,24,89); }
H1.HeaderClassName
{
color: #061859;
}
.AnyTagClassName
{
color: #061859;
}
</style>
background-color css
<style>
a { background-color: #061859; }
a { background-color: rgb(6,24,89); }
div.DivClassName
{
background-color: #061859;
}
.BgClassName
{
background-color: #061859;
}
</style>
border-color css
<style>
span { border-color: #061859; }
span { border-color: rgb(6,24,89); }
td.TdClassName
{
border-color: #061859;
}
.TagClassName
{
border-color: #061859;
}
</style>