Shades of Sapphire #061D5D
Tints of Sapphire #061D5D
RGB
CMYK
RGB Variations
Color information
#061D5D (or 0x061D5D) is known color: Sapphire. HEX triplet: 06, 1D and 5D. RGB value is (6,29,93). Sum of RGB (Red+Green+Blue) = 6+29+93=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #061D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D5D is #F9E2A2. Grayscale: #1D1D1D. Windows color (decimal): -16376483 or 6102278. OLE color: 6102278.
HSL color Cylindrical-coordinate representation of color #061D5D: hue angle of 224.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061D5D is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 29 | 93 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.64 |
| HSL | 224.14º | 0.88% | 0.19% | - |
| HSV(B) | 224.14º | 0.94% | 0.36% | - |
| XYZ | 2.49 | 1.71 | 10.55 | - |
| YUV | 29.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 93 | 0.94 | 0.69 | 0 | 0.64 | 224.14 | 0.88 | 0.19 |
| Hex | 6 | 1D | 5D | 5E | 45 | 0 | 40 | E0 | 58 | 13 |
| Octal | 6 | 35 | 135 | 136 | 105 | 0 | 100 | 340 | 130 | 23 |
| Binary | 110 | 11101 | 1011101 | 1011110 | 1000101 | 0 | 1000000 | 11100000 | 1011000 | 10011 |
Color Harmonies of #061D5D
Complementary color
Monochromatic Colors of #061D5D
Black with #061D5D
Text Example
Text Example
White with #061D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D5D; }
p { color: rgb(6,29,93); }
H1.HeaderClassName
{
color: #061D5D;
}
.AnyTagClassName
{
color: #061D5D;
}
</style>
background-color css
<style>
a { background-color: #061D5D; }
a { background-color: rgb(6,29,93); }
div.DivClassName
{
background-color: #061D5D;
}
.BgClassName
{
background-color: #061D5D;
}
</style>
border-color css
<style>
span { border-color: #061D5D; }
span { border-color: rgb(6,29,93); }
td.TdClassName
{
border-color: #061D5D;
}
.TagClassName
{
border-color: #061D5D;
}
</style>