Shades of Sapphire #061E76
Tints of Sapphire #061E76
RGB
CMYK
RGB Variations
Color information
#061E76 (or 0x061E76) is known color: Sapphire. HEX triplet: 06, 1E and 76. RGB value is (6,30,118). Sum of RGB (Red+Green+Blue) = 6+30+118=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #061E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E76 is #F9E189. Grayscale: #202020. Windows color (decimal): -16376202 or 7740934. OLE color: 7740934.
HSL color Cylindrical-coordinate representation of color #061E76: hue angle of 227.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E76 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 30 | 118 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.54 |
| HSL | 227.14º | 0.9% | 0.24% | - |
| HSV(B) | 227.14º | 0.95% | 0.46% | - |
| XYZ | 3.81 | 2.28 | 17.38 | - |
| YUV | 32.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 118 | 0.95 | 0.75 | 0 | 0.54 | 227.14 | 0.9 | 0.24 |
| Hex | 6 | 1E | 76 | 5F | 4B | 0 | 36 | E3 | 5A | 18 |
| Octal | 6 | 36 | 166 | 137 | 113 | 0 | 66 | 343 | 132 | 30 |
| Binary | 110 | 11110 | 1110110 | 1011111 | 1001011 | 0 | 110110 | 11100011 | 1011010 | 11000 |
Color Harmonies of #061E76
Complementary color
Monochromatic Colors of #061E76
Black with #061E76
Text Example
Text Example
White with #061E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E76; }
p { color: rgb(6,30,118); }
H1.HeaderClassName
{
color: #061E76;
}
.AnyTagClassName
{
color: #061E76;
}
</style>
background-color css
<style>
a { background-color: #061E76; }
a { background-color: rgb(6,30,118); }
div.DivClassName
{
background-color: #061E76;
}
.BgClassName
{
background-color: #061E76;
}
</style>
border-color css
<style>
span { border-color: #061E76; }
span { border-color: rgb(6,30,118); }
td.TdClassName
{
border-color: #061E76;
}
.TagClassName
{
border-color: #061E76;
}
</style>