Shades of Sapphire #06135A
Tints of Sapphire #06135A
RGB
CMYK
RGB Variations
Color information
#06135A (or 0x06135A) is known color: Sapphire. HEX triplet: 06, 13 and 5A. RGB value is (6,19,90). Sum of RGB (Red+Green+Blue) = 6+19+90=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #06135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06135A is #F9ECA5. Grayscale: #161616. Windows color (decimal): -16379046 or 5903110. OLE color: 5903110.
HSL color Cylindrical-coordinate representation of color #06135A: hue angle of 230.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06135A is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 19 | 90 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.65 |
| HSL | 230.71º | 0.88% | 0.19% | - |
| HSV(B) | 230.71º | 0.93% | 0.35% | - |
| XYZ | 2.15 | 1.24 | 9.8 | - |
| YUV | 23.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 90 | 0.93 | 0.79 | 0 | 0.65 | 230.71 | 0.88 | 0.19 |
| Hex | 6 | 13 | 5A | 5D | 4F | 0 | 41 | E7 | 58 | 13 |
| Octal | 6 | 23 | 132 | 135 | 117 | 0 | 101 | 347 | 130 | 23 |
| Binary | 110 | 10011 | 1011010 | 1011101 | 1001111 | 0 | 1000001 | 11100111 | 1011000 | 10011 |
Color Harmonies of #06135A
Complementary color
Monochromatic Colors of #06135A
Black with #06135A
Text Example
Text Example
White with #06135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06135A; }
p { color: rgb(6,19,90); }
H1.HeaderClassName
{
color: #06135A;
}
.AnyTagClassName
{
color: #06135A;
}
</style>
background-color css
<style>
a { background-color: #06135A; }
a { background-color: rgb(6,19,90); }
div.DivClassName
{
background-color: #06135A;
}
.BgClassName
{
background-color: #06135A;
}
</style>
border-color css
<style>
span { border-color: #06135A; }
span { border-color: rgb(6,19,90); }
td.TdClassName
{
border-color: #06135A;
}
.TagClassName
{
border-color: #06135A;
}
</style>