Shades of Sapphire #06115C
Tints of Sapphire #06115C
RGB
CMYK
RGB Variations
Color information
#06115C (or 0x06115C) is known color: Sapphire. HEX triplet: 06, 11 and 5C. RGB value is (6,17,92). Sum of RGB (Red+Green+Blue) = 6+17+92=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #06115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06115C is #F9EEA3. Grayscale: #151515. Windows color (decimal): -16379556 or 6033670. OLE color: 6033670.
HSL color Cylindrical-coordinate representation of color #06115C: hue angle of 232.33º 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 #06115C is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 17 | 92 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.64 |
| HSL | 232.33º | 0.88% | 0.19% | - |
| HSV(B) | 232.33º | 0.93% | 0.36% | - |
| XYZ | 2.21 | 1.21 | 10.24 | - |
| YUV | 22.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 92 | 0.93 | 0.82 | 0 | 0.64 | 232.33 | 0.88 | 0.19 |
| Hex | 6 | 11 | 5C | 5D | 52 | 0 | 40 | E8 | 58 | 13 |
| Octal | 6 | 21 | 134 | 135 | 122 | 0 | 100 | 350 | 130 | 23 |
| Binary | 110 | 10001 | 1011100 | 1011101 | 1010010 | 0 | 1000000 | 11101000 | 1011000 | 10011 |
Color Harmonies of #06115C
Complementary color
Monochromatic Colors of #06115C
Black with #06115C
Text Example
Text Example
White with #06115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06115C; }
p { color: rgb(6,17,92); }
H1.HeaderClassName
{
color: #06115C;
}
.AnyTagClassName
{
color: #06115C;
}
</style>
background-color css
<style>
a { background-color: #06115C; }
a { background-color: rgb(6,17,92); }
div.DivClassName
{
background-color: #06115C;
}
.BgClassName
{
background-color: #06115C;
}
</style>
border-color css
<style>
span { border-color: #06115C; }
span { border-color: rgb(6,17,92); }
td.TdClassName
{
border-color: #06115C;
}
.TagClassName
{
border-color: #06115C;
}
</style>