Shades of Sapphire #060C50
Tints of Sapphire #060C50
RGB
CMYK
RGB Variations
Color information
#060C50 (or 0x060C50) is known color: Sapphire. HEX triplet: 06, 0C and 50. RGB value is (6,12,80). Sum of RGB (Red+Green+Blue) = 6+12+80=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #060C50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C50 is #F9F3AF. Grayscale: #111111. Windows color (decimal): -16380848 or 5245958. OLE color: 5245958.
HSL color Cylindrical-coordinate representation of color #060C50: hue angle of 235.14º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060C50 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 12 | 80 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.69 |
| HSL | 235.14º | 0.86% | 0.17% | - |
| HSV(B) | 235.14º | 0.93% | 0.31% | - |
| XYZ | 1.65 | 0.88 | 7.67 | - |
| YUV | 17.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 80 | 0.92 | 0.85 | 0 | 0.69 | 235.14 | 0.86 | 0.17 |
| Hex | 6 | C | 50 | 5C | 55 | 0 | 45 | EB | 56 | 11 |
| Octal | 6 | 14 | 120 | 134 | 125 | 0 | 105 | 353 | 126 | 21 |
| Binary | 110 | 1100 | 1010000 | 1011100 | 1010101 | 0 | 1000101 | 11101011 | 1010110 | 10001 |
Color Harmonies of #060C50
Complementary color
Monochromatic Colors of #060C50
Black with #060C50
Text Example
Text Example
White with #060C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C50; }
p { color: rgb(6,12,80); }
H1.HeaderClassName
{
color: #060C50;
}
.AnyTagClassName
{
color: #060C50;
}
</style>
background-color css
<style>
a { background-color: #060C50; }
a { background-color: rgb(6,12,80); }
div.DivClassName
{
background-color: #060C50;
}
.BgClassName
{
background-color: #060C50;
}
</style>
border-color css
<style>
span { border-color: #060C50; }
span { border-color: rgb(6,12,80); }
td.TdClassName
{
border-color: #060C50;
}
.TagClassName
{
border-color: #060C50;
}
</style>