Shades of Sapphire #060C53
Tints of Sapphire #060C53
RGB
CMYK
RGB Variations
Color information
#060C53 (or 0x060C53) is known color: Sapphire. HEX triplet: 06, 0C and 53. RGB value is (6,12,83). Sum of RGB (Red+Green+Blue) = 6+12+83=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #060C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C53 is #F9F3AC. Grayscale: #121212. Windows color (decimal): -16380845 or 5442566. OLE color: 5442566.
HSL color Cylindrical-coordinate representation of color #060C53: hue angle of 235.32º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060C53 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 12 | 83 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.67 |
| HSL | 235.32º | 0.87% | 0.17% | - |
| HSV(B) | 235.32º | 0.93% | 0.33% | - |
| XYZ | 1.77 | 0.93 | 8.27 | - |
| YUV | 18.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 83 | 0.93 | 0.86 | 0 | 0.67 | 235.32 | 0.87 | 0.17 |
| Hex | 6 | C | 53 | 5D | 56 | 0 | 43 | EB | 57 | 11 |
| Octal | 6 | 14 | 123 | 135 | 126 | 0 | 103 | 353 | 127 | 21 |
| Binary | 110 | 1100 | 1010011 | 1011101 | 1010110 | 0 | 1000011 | 11101011 | 1010111 | 10001 |
Color Harmonies of #060C53
Complementary color
Monochromatic Colors of #060C53
Black with #060C53
Text Example
Text Example
White with #060C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C53; }
p { color: rgb(6,12,83); }
H1.HeaderClassName
{
color: #060C53;
}
.AnyTagClassName
{
color: #060C53;
}
</style>
background-color css
<style>
a { background-color: #060C53; }
a { background-color: rgb(6,12,83); }
div.DivClassName
{
background-color: #060C53;
}
.BgClassName
{
background-color: #060C53;
}
</style>
border-color css
<style>
span { border-color: #060C53; }
span { border-color: rgb(6,12,83); }
td.TdClassName
{
border-color: #060C53;
}
.TagClassName
{
border-color: #060C53;
}
</style>