Shades of Sapphire #062859
Tints of Sapphire #062859
RGB
CMYK
RGB Variations
Color information
#062859 (or 0x062859) is known color: Sapphire. HEX triplet: 06, 28 and 59. RGB value is (6,40,89). Sum of RGB (Red+Green+Blue) = 6+40+89=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #062859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062859 is #F9D7A6. Grayscale: #232323. Windows color (decimal): -16373671 or 5842950. OLE color: 5842950.
HSL color Cylindrical-coordinate representation of color #062859: hue angle of 215.42º 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 #062859 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 40 | 89 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.65 |
| HSL | 215.42º | 0.87% | 0.19% | - |
| HSV(B) | 215.42º | 0.93% | 0.35% | - |
| XYZ | 2.64 | 2.28 | 9.75 | - |
| YUV | 35.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 89 | 0.93 | 0.55 | 0 | 0.65 | 215.42 | 0.87 | 0.19 |
| Hex | 6 | 28 | 59 | 5D | 37 | 0 | 41 | D7 | 57 | 13 |
| Octal | 6 | 50 | 131 | 135 | 67 | 0 | 101 | 327 | 127 | 23 |
| Binary | 110 | 101000 | 1011001 | 1011101 | 110111 | 0 | 1000001 | 11010111 | 1010111 | 10011 |
Color Harmonies of #062859
Complementary color
Monochromatic Colors of #062859
Black with #062859
Text Example
Text Example
White with #062859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062859; }
p { color: rgb(6,40,89); }
H1.HeaderClassName
{
color: #062859;
}
.AnyTagClassName
{
color: #062859;
}
</style>
background-color css
<style>
a { background-color: #062859; }
a { background-color: rgb(6,40,89); }
div.DivClassName
{
background-color: #062859;
}
.BgClassName
{
background-color: #062859;
}
</style>
border-color css
<style>
span { border-color: #062859; }
span { border-color: rgb(6,40,89); }
td.TdClassName
{
border-color: #062859;
}
.TagClassName
{
border-color: #062859;
}
</style>