Shades of Sapphire #06155C
Tints of Sapphire #06155C
RGB
CMYK
RGB Variations
Color information
#06155C (or 0x06155C) is known color: Sapphire. HEX triplet: 06, 15 and 5C. RGB value is (6,21,92). Sum of RGB (Red+Green+Blue) = 6+21+92=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #06155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06155C is #F9EAA3. Grayscale: #181818. Windows color (decimal): -16378532 or 6034694. OLE color: 6034694.
HSL color Cylindrical-coordinate representation of color #06155C: hue angle of 229.53º 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 #06155C is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 21 | 92 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.64 |
| HSL | 229.53º | 0.88% | 0.19% | - |
| HSV(B) | 229.53º | 0.93% | 0.36% | - |
| XYZ | 2.28 | 1.35 | 10.27 | - |
| YUV | 24.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 92 | 0.93 | 0.77 | 0 | 0.64 | 229.53 | 0.88 | 0.19 |
| Hex | 6 | 15 | 5C | 5D | 4D | 0 | 40 | E6 | 58 | 13 |
| Octal | 6 | 25 | 134 | 135 | 115 | 0 | 100 | 346 | 130 | 23 |
| Binary | 110 | 10101 | 1011100 | 1011101 | 1001101 | 0 | 1000000 | 11100110 | 1011000 | 10011 |
Color Harmonies of #06155C
Complementary color
Monochromatic Colors of #06155C
Black with #06155C
Text Example
Text Example
White with #06155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06155C; }
p { color: rgb(6,21,92); }
H1.HeaderClassName
{
color: #06155C;
}
.AnyTagClassName
{
color: #06155C;
}
</style>
background-color css
<style>
a { background-color: #06155C; }
a { background-color: rgb(6,21,92); }
div.DivClassName
{
background-color: #06155C;
}
.BgClassName
{
background-color: #06155C;
}
</style>
border-color css
<style>
span { border-color: #06155C; }
span { border-color: rgb(6,21,92); }
td.TdClassName
{
border-color: #06155C;
}
.TagClassName
{
border-color: #06155C;
}
</style>