Shades of Sapphire #061E50
Tints of Sapphire #061E50
RGB
CMYK
RGB Variations
Color information
#061E50 (or 0x061E50) is known color: Sapphire. HEX triplet: 06, 1E and 50. RGB value is (6,30,80). Sum of RGB (Red+Green+Blue) = 6+30+80=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #061E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E50 is #F9E1AF. Grayscale: #1C1C1C. Windows color (decimal): -16376240 or 5250566. OLE color: 5250566.
HSL color Cylindrical-coordinate representation of color #061E50: hue angle of 220.54º 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 #061E50 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 30 | 80 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.69 |
| HSL | 220.54º | 0.86% | 0.17% | - |
| HSV(B) | 220.54º | 0.93% | 0.31% | - |
| XYZ | 1.99 | 1.55 | 7.78 | - |
| YUV | 28.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 80 | 0.92 | 0.62 | 0 | 0.69 | 220.54 | 0.86 | 0.17 |
| Hex | 6 | 1E | 50 | 5C | 3E | 0 | 45 | DD | 56 | 11 |
| Octal | 6 | 36 | 120 | 134 | 76 | 0 | 105 | 335 | 126 | 21 |
| Binary | 110 | 11110 | 1010000 | 1011100 | 111110 | 0 | 1000101 | 11011101 | 1010110 | 10001 |
Color Harmonies of #061E50
Complementary color
Monochromatic Colors of #061E50
Black with #061E50
Text Example
Text Example
White with #061E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E50; }
p { color: rgb(6,30,80); }
H1.HeaderClassName
{
color: #061E50;
}
.AnyTagClassName
{
color: #061E50;
}
</style>
background-color css
<style>
a { background-color: #061E50; }
a { background-color: rgb(6,30,80); }
div.DivClassName
{
background-color: #061E50;
}
.BgClassName
{
background-color: #061E50;
}
</style>
border-color css
<style>
span { border-color: #061E50; }
span { border-color: rgb(6,30,80); }
td.TdClassName
{
border-color: #061E50;
}
.TagClassName
{
border-color: #061E50;
}
</style>