Shades of Sapphire #06124A
Tints of Sapphire #06124A
RGB
CMYK
RGB Variations
Color information
#06124A (or 0x06124A) is known color: Sapphire. HEX triplet: 06, 12 and 4A. RGB value is (6,18,74). Sum of RGB (Red+Green+Blue) = 6+18+74=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #06124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06124A is #F9EDB5. Grayscale: #141414. Windows color (decimal): -16379318 or 4854278. OLE color: 4854278.
HSL color Cylindrical-coordinate representation of color #06124A: hue angle of 229.41º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06124A is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 18 | 74 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.71 |
| HSL | 229.41º | 0.85% | 0.16% | - |
| HSV(B) | 229.41º | 0.92% | 0.29% | - |
| XYZ | 1.53 | 0.97 | 6.58 | - |
| YUV | 20.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 74 | 0.92 | 0.76 | 0 | 0.71 | 229.41 | 0.85 | 0.16 |
| Hex | 6 | 12 | 4A | 5C | 4C | 0 | 47 | E5 | 55 | 10 |
| Octal | 6 | 22 | 112 | 134 | 114 | 0 | 107 | 345 | 125 | 20 |
| Binary | 110 | 10010 | 1001010 | 1011100 | 1001100 | 0 | 1000111 | 11100101 | 1010101 | 10000 |
Color Harmonies of #06124A
Complementary color
Monochromatic Colors of #06124A
Black with #06124A
Text Example
Text Example
White with #06124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06124A; }
p { color: rgb(6,18,74); }
H1.HeaderClassName
{
color: #06124A;
}
.AnyTagClassName
{
color: #06124A;
}
</style>
background-color css
<style>
a { background-color: #06124A; }
a { background-color: rgb(6,18,74); }
div.DivClassName
{
background-color: #06124A;
}
.BgClassName
{
background-color: #06124A;
}
</style>
border-color css
<style>
span { border-color: #06124A; }
span { border-color: rgb(6,18,74); }
td.TdClassName
{
border-color: #06124A;
}
.TagClassName
{
border-color: #06124A;
}
</style>