Shades of Sapphire #06124D
Tints of Sapphire #06124D
RGB
CMYK
RGB Variations
Color information
#06124D (or 0x06124D) is known color: Sapphire. HEX triplet: 06, 12 and 4D. RGB value is (6,18,77). Sum of RGB (Red+Green+Blue) = 6+18+77=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #06124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06124D is #F9EDB2. Grayscale: #141414. Windows color (decimal): -16379315 or 5050886. OLE color: 5050886.
HSL color Cylindrical-coordinate representation of color #06124D: hue angle of 229.86º 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 #06124D is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 18 | 77 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.70 |
| HSL | 229.86º | 0.86% | 0.16% | - |
| HSV(B) | 229.86º | 0.92% | 0.3% | - |
| XYZ | 1.63 | 1.01 | 7.13 | - |
| YUV | 21.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 77 | 0.92 | 0.77 | 0 | 0.70 | 229.86 | 0.86 | 0.16 |
| Hex | 6 | 12 | 4D | 5C | 4D | 0 | 46 | E6 | 56 | 10 |
| Octal | 6 | 22 | 115 | 134 | 115 | 0 | 106 | 346 | 126 | 20 |
| Binary | 110 | 10010 | 1001101 | 1011100 | 1001101 | 0 | 1000110 | 11100110 | 1010110 | 10000 |
Color Harmonies of #06124D
Complementary color
Monochromatic Colors of #06124D
Black with #06124D
Text Example
Text Example
White with #06124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06124D; }
p { color: rgb(6,18,77); }
H1.HeaderClassName
{
color: #06124D;
}
.AnyTagClassName
{
color: #06124D;
}
</style>
background-color css
<style>
a { background-color: #06124D; }
a { background-color: rgb(6,18,77); }
div.DivClassName
{
background-color: #06124D;
}
.BgClassName
{
background-color: #06124D;
}
</style>
border-color css
<style>
span { border-color: #06124D; }
span { border-color: rgb(6,18,77); }
td.TdClassName
{
border-color: #06124D;
}
.TagClassName
{
border-color: #06124D;
}
</style>