Shades of Sapphire #061D5C
Tints of Sapphire #061D5C
RGB
CMYK
RGB Variations
Color information
#061D5C (or 0x061D5C) is known color: Sapphire. HEX triplet: 06, 1D and 5C. RGB value is (6,29,92). Sum of RGB (Red+Green+Blue) = 6+29+92=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #061D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D5C is #F9E2A3. Grayscale: #1D1D1D. Windows color (decimal): -16376484 or 6036742. OLE color: 6036742.
HSL color Cylindrical-coordinate representation of color #061D5C: hue angle of 223.95º 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 #061D5C is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 29 | 92 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.64 |
| HSL | 223.95º | 0.88% | 0.19% | - |
| HSV(B) | 223.95º | 0.93% | 0.36% | - |
| XYZ | 2.45 | 1.69 | 10.32 | - |
| YUV | 29.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 92 | 0.93 | 0.68 | 0 | 0.64 | 223.95 | 0.88 | 0.19 |
| Hex | 6 | 1D | 5C | 5D | 44 | 0 | 40 | E0 | 58 | 13 |
| Octal | 6 | 35 | 134 | 135 | 104 | 0 | 100 | 340 | 130 | 23 |
| Binary | 110 | 11101 | 1011100 | 1011101 | 1000100 | 0 | 1000000 | 11100000 | 1011000 | 10011 |
Color Harmonies of #061D5C
Complementary color
Monochromatic Colors of #061D5C
Black with #061D5C
Text Example
Text Example
White with #061D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D5C; }
p { color: rgb(6,29,92); }
H1.HeaderClassName
{
color: #061D5C;
}
.AnyTagClassName
{
color: #061D5C;
}
</style>
background-color css
<style>
a { background-color: #061D5C; }
a { background-color: rgb(6,29,92); }
div.DivClassName
{
background-color: #061D5C;
}
.BgClassName
{
background-color: #061D5C;
}
</style>
border-color css
<style>
span { border-color: #061D5C; }
span { border-color: rgb(6,29,92); }
td.TdClassName
{
border-color: #061D5C;
}
.TagClassName
{
border-color: #061D5C;
}
</style>