Shades of Sapphire #061E51
Tints of Sapphire #061E51
RGB
CMYK
RGB Variations
Color information
#061E51 (or 0x061E51) is known color: Sapphire. HEX triplet: 06, 1E and 51. RGB value is (6,30,81). Sum of RGB (Red+Green+Blue) = 6+30+81=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #061E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E51 is #F9E1AE. Grayscale: #1C1C1C. Windows color (decimal): -16376239 or 5316102. OLE color: 5316102.
HSL color Cylindrical-coordinate representation of color #061E51: hue angle of 220.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061E51 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 30 | 81 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.68 |
| HSL | 220.8º | 0.86% | 0.17% | - |
| HSV(B) | 220.8º | 0.93% | 0.32% | - |
| XYZ | 2.02 | 1.56 | 7.98 | - |
| YUV | 28.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 81 | 0.93 | 0.63 | 0 | 0.68 | 220.8 | 0.86 | 0.17 |
| Hex | 6 | 1E | 51 | 5D | 3F | 0 | 44 | DD | 56 | 11 |
| Octal | 6 | 36 | 121 | 135 | 77 | 0 | 104 | 335 | 126 | 21 |
| Binary | 110 | 11110 | 1010001 | 1011101 | 111111 | 0 | 1000100 | 11011101 | 1010110 | 10001 |
Color Harmonies of #061E51
Complementary color
Monochromatic Colors of #061E51
Black with #061E51
Text Example
Text Example
White with #061E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E51; }
p { color: rgb(6,30,81); }
H1.HeaderClassName
{
color: #061E51;
}
.AnyTagClassName
{
color: #061E51;
}
</style>
background-color css
<style>
a { background-color: #061E51; }
a { background-color: rgb(6,30,81); }
div.DivClassName
{
background-color: #061E51;
}
.BgClassName
{
background-color: #061E51;
}
</style>
border-color css
<style>
span { border-color: #061E51; }
span { border-color: rgb(6,30,81); }
td.TdClassName
{
border-color: #061E51;
}
.TagClassName
{
border-color: #061E51;
}
</style>