Shades of Sapphire #060C4E
Tints of Sapphire #060C4E
RGB
CMYK
RGB Variations
Color information
#060C4E (or 0x060C4E) is known color: Sapphire. HEX triplet: 06, 0C and 4E. RGB value is (6,12,78). Sum of RGB (Red+Green+Blue) = 6+12+78=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 78 (30.86% from 255 or 81.25% from 96); Max value from RGB is 78 - color contains mainly: blue. Hex color #060C4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C4E is #F9F3B1. Grayscale: #111111. Windows color (decimal): -16380850 or 5114886. OLE color: 5114886.
HSL color Cylindrical-coordinate representation of color #060C4E: hue angle of 235º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060C4E is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 12 | 78 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.69 |
| HSL | 235º | 0.86% | 0.16% | - |
| HSV(B) | 235º | 0.92% | 0.31% | - |
| XYZ | 1.58 | 0.85 | 7.29 | - |
| YUV | 17.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 78 | 0.92 | 0.85 | 0 | 0.69 | 235 | 0.86 | 0.16 |
| Hex | 6 | C | 4E | 5C | 55 | 0 | 45 | EB | 56 | 10 |
| Octal | 6 | 14 | 116 | 134 | 125 | 0 | 105 | 353 | 126 | 20 |
| Binary | 110 | 1100 | 1001110 | 1011100 | 1010101 | 0 | 1000101 | 11101011 | 1010110 | 10000 |
Color Harmonies of #060C4E
Complementary color
Monochromatic Colors of #060C4E
Black with #060C4E
Text Example
Text Example
White with #060C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C4E; }
p { color: rgb(6,12,78); }
H1.HeaderClassName
{
color: #060C4E;
}
.AnyTagClassName
{
color: #060C4E;
}
</style>
background-color css
<style>
a { background-color: #060C4E; }
a { background-color: rgb(6,12,78); }
div.DivClassName
{
background-color: #060C4E;
}
.BgClassName
{
background-color: #060C4E;
}
</style>
border-color css
<style>
span { border-color: #060C4E; }
span { border-color: rgb(6,12,78); }
td.TdClassName
{
border-color: #060C4E;
}
.TagClassName
{
border-color: #060C4E;
}
</style>