Shades of Sapphire #06134D
Tints of Sapphire #06134D
RGB
CMYK
RGB Variations
Color information
#06134D (or 0x06134D) is known color: Sapphire. HEX triplet: 06, 13 and 4D. RGB value is (6,19,77). Sum of RGB (Red+Green+Blue) = 6+19+77=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #06134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06134D is #F9ECB2. Grayscale: #151515. Windows color (decimal): -16379059 or 5051142. OLE color: 5051142.
HSL color Cylindrical-coordinate representation of color #06134D: hue angle of 229.01º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06134D is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 19 | 77 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.70 |
| HSL | 229.01º | 0.86% | 0.16% | - |
| HSV(B) | 229.01º | 0.92% | 0.3% | - |
| XYZ | 1.65 | 1.04 | 7.14 | - |
| YUV | 21.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 77 | 0.92 | 0.75 | 0 | 0.70 | 229.01 | 0.86 | 0.16 |
| Hex | 6 | 13 | 4D | 5C | 4B | 0 | 46 | E5 | 56 | 10 |
| Octal | 6 | 23 | 115 | 134 | 113 | 0 | 106 | 345 | 126 | 20 |
| Binary | 110 | 10011 | 1001101 | 1011100 | 1001011 | 0 | 1000110 | 11100101 | 1010110 | 10000 |
Color Harmonies of #06134D
Complementary color
Monochromatic Colors of #06134D
Black with #06134D
Text Example
Text Example
White with #06134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06134D; }
p { color: rgb(6,19,77); }
H1.HeaderClassName
{
color: #06134D;
}
.AnyTagClassName
{
color: #06134D;
}
</style>
background-color css
<style>
a { background-color: #06134D; }
a { background-color: rgb(6,19,77); }
div.DivClassName
{
background-color: #06134D;
}
.BgClassName
{
background-color: #06134D;
}
</style>
border-color css
<style>
span { border-color: #06134D; }
span { border-color: rgb(6,19,77); }
td.TdClassName
{
border-color: #06134D;
}
.TagClassName
{
border-color: #06134D;
}
</style>