Shades of Sapphire #061D59
Tints of Sapphire #061D59
RGB
CMYK
RGB Variations
Color information
#061D59 (or 0x061D59) is known color: Sapphire. HEX triplet: 06, 1D and 59. RGB value is (6,29,89). Sum of RGB (Red+Green+Blue) = 6+29+89=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #061D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D59 is #F9E2A6. Grayscale: #1C1C1C. Windows color (decimal): -16376487 or 5840134. OLE color: 5840134.
HSL color Cylindrical-coordinate representation of color #061D59: hue angle of 223.37º 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 #061D59 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 29 | 89 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.65 |
| HSL | 223.37º | 0.87% | 0.19% | - |
| HSV(B) | 223.37º | 0.93% | 0.35% | - |
| XYZ | 2.32 | 1.64 | 9.65 | - |
| YUV | 28.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 89 | 0.93 | 0.67 | 0 | 0.65 | 223.37 | 0.87 | 0.19 |
| Hex | 6 | 1D | 59 | 5D | 43 | 0 | 41 | DF | 57 | 13 |
| Octal | 6 | 35 | 131 | 135 | 103 | 0 | 101 | 337 | 127 | 23 |
| Binary | 110 | 11101 | 1011001 | 1011101 | 1000011 | 0 | 1000001 | 11011111 | 1010111 | 10011 |
Color Harmonies of #061D59
Complementary color
Monochromatic Colors of #061D59
Black with #061D59
Text Example
Text Example
White with #061D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D59; }
p { color: rgb(6,29,89); }
H1.HeaderClassName
{
color: #061D59;
}
.AnyTagClassName
{
color: #061D59;
}
</style>
background-color css
<style>
a { background-color: #061D59; }
a { background-color: rgb(6,29,89); }
div.DivClassName
{
background-color: #061D59;
}
.BgClassName
{
background-color: #061D59;
}
</style>
border-color css
<style>
span { border-color: #061D59; }
span { border-color: rgb(6,29,89); }
td.TdClassName
{
border-color: #061D59;
}
.TagClassName
{
border-color: #061D59;
}
</style>