Shades of Sapphire #060E54
Tints of Sapphire #060E54
RGB
CMYK
RGB Variations
Color information
#060E54 (or 0x060E54) is known color: Sapphire. HEX triplet: 06, 0E and 54. RGB value is (6,14,84). Sum of RGB (Red+Green+Blue) = 6+14+84=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #060E54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E54 is #F9F1AB. Grayscale: #131313. Windows color (decimal): -16380332 or 5508614. OLE color: 5508614.
HSL color Cylindrical-coordinate representation of color #060E54: hue angle of 233.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060E54 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 14 | 84 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.67 |
| HSL | 233.85º | 0.87% | 0.18% | - |
| HSV(B) | 233.85º | 0.93% | 0.33% | - |
| XYZ | 1.83 | 0.99 | 8.48 | - |
| YUV | 19.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 84 | 0.93 | 0.83 | 0 | 0.67 | 233.85 | 0.87 | 0.18 |
| Hex | 6 | E | 54 | 5D | 53 | 0 | 43 | EA | 57 | 12 |
| Octal | 6 | 16 | 124 | 135 | 123 | 0 | 103 | 352 | 127 | 22 |
| Binary | 110 | 1110 | 1010100 | 1011101 | 1010011 | 0 | 1000011 | 11101010 | 1010111 | 10010 |
Color Harmonies of #060E54
Complementary color
Monochromatic Colors of #060E54
Black with #060E54
Text Example
Text Example
White with #060E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E54; }
p { color: rgb(6,14,84); }
H1.HeaderClassName
{
color: #060E54;
}
.AnyTagClassName
{
color: #060E54;
}
</style>
background-color css
<style>
a { background-color: #060E54; }
a { background-color: rgb(6,14,84); }
div.DivClassName
{
background-color: #060E54;
}
.BgClassName
{
background-color: #060E54;
}
</style>
border-color css
<style>
span { border-color: #060E54; }
span { border-color: rgb(6,14,84); }
td.TdClassName
{
border-color: #060E54;
}
.TagClassName
{
border-color: #060E54;
}
</style>