Shades of Sapphire #061D5B
Tints of Sapphire #061D5B
RGB
CMYK
RGB Variations
Color information
#061D5B (or 0x061D5B) is known color: Sapphire. HEX triplet: 06, 1D and 5B. RGB value is (6,29,91). Sum of RGB (Red+Green+Blue) = 6+29+91=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #061D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D5B is #F9E2A4. Grayscale: #1C1C1C. Windows color (decimal): -16376485 or 5971206. OLE color: 5971206.
HSL color Cylindrical-coordinate representation of color #061D5B: hue angle of 223.76º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061D5B is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 29 | 91 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.64 |
| HSL | 223.76º | 0.88% | 0.19% | - |
| HSV(B) | 223.76º | 0.93% | 0.36% | - |
| XYZ | 2.4 | 1.67 | 10.09 | - |
| YUV | 29.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 91 | 0.93 | 0.68 | 0 | 0.64 | 223.76 | 0.88 | 0.19 |
| Hex | 6 | 1D | 5B | 5D | 44 | 0 | 40 | E0 | 58 | 13 |
| Octal | 6 | 35 | 133 | 135 | 104 | 0 | 100 | 340 | 130 | 23 |
| Binary | 110 | 11101 | 1011011 | 1011101 | 1000100 | 0 | 1000000 | 11100000 | 1011000 | 10011 |
Color Harmonies of #061D5B
Complementary color
Monochromatic Colors of #061D5B
Black with #061D5B
Text Example
Text Example
White with #061D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D5B; }
p { color: rgb(6,29,91); }
H1.HeaderClassName
{
color: #061D5B;
}
.AnyTagClassName
{
color: #061D5B;
}
</style>
background-color css
<style>
a { background-color: #061D5B; }
a { background-color: rgb(6,29,91); }
div.DivClassName
{
background-color: #061D5B;
}
.BgClassName
{
background-color: #061D5B;
}
</style>
border-color css
<style>
span { border-color: #061D5B; }
span { border-color: rgb(6,29,91); }
td.TdClassName
{
border-color: #061D5B;
}
.TagClassName
{
border-color: #061D5B;
}
</style>