Shades of Sapphire #06135D
Tints of Sapphire #06135D
RGB
CMYK
RGB Variations
Color information
#06135D (or 0x06135D) is known color: Sapphire. HEX triplet: 06, 13 and 5D. RGB value is (6,19,93). Sum of RGB (Red+Green+Blue) = 6+19+93=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #06135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06135D is #F9ECA2. Grayscale: #171717. Windows color (decimal): -16379043 or 6099718. OLE color: 6099718.
HSL color Cylindrical-coordinate representation of color #06135D: hue angle of 231.03º 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 #06135D is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 19 | 93 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.64 |
| HSL | 231.03º | 0.88% | 0.19% | - |
| HSV(B) | 231.03º | 0.94% | 0.36% | - |
| XYZ | 2.28 | 1.29 | 10.49 | - |
| YUV | 23.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 93 | 0.94 | 0.80 | 0 | 0.64 | 231.03 | 0.88 | 0.19 |
| Hex | 6 | 13 | 5D | 5E | 50 | 0 | 40 | E7 | 58 | 13 |
| Octal | 6 | 23 | 135 | 136 | 120 | 0 | 100 | 347 | 130 | 23 |
| Binary | 110 | 10011 | 1011101 | 1011110 | 1010000 | 0 | 1000000 | 11100111 | 1011000 | 10011 |
Color Harmonies of #06135D
Complementary color
Monochromatic Colors of #06135D
Black with #06135D
Text Example
Text Example
White with #06135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06135D; }
p { color: rgb(6,19,93); }
H1.HeaderClassName
{
color: #06135D;
}
.AnyTagClassName
{
color: #06135D;
}
</style>
background-color css
<style>
a { background-color: #06135D; }
a { background-color: rgb(6,19,93); }
div.DivClassName
{
background-color: #06135D;
}
.BgClassName
{
background-color: #06135D;
}
</style>
border-color css
<style>
span { border-color: #06135D; }
span { border-color: rgb(6,19,93); }
td.TdClassName
{
border-color: #06135D;
}
.TagClassName
{
border-color: #06135D;
}
</style>