Shades of Sapphire #061E49
Tints of Sapphire #061E49
RGB
CMYK
RGB Variations
Color information
#061E49 (or 0x061E49) is known color: Sapphire. HEX triplet: 06, 1E and 49. RGB value is (6,30,73). Sum of RGB (Red+Green+Blue) = 6+30+73=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #061E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E49 is #F9E1B6. Grayscale: #1B1B1B. Windows color (decimal): -16376247 or 4791814. OLE color: 4791814.
HSL color Cylindrical-coordinate representation of color #061E49: hue angle of 218.51º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061E49 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 30 | 73 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.71 |
| HSL | 218.51º | 0.85% | 0.15% | - |
| HSV(B) | 218.51º | 0.92% | 0.29% | - |
| XYZ | 1.74 | 1.45 | 6.49 | - |
| YUV | 27.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 73 | 0.92 | 0.59 | 0 | 0.71 | 218.51 | 0.85 | 0.15 |
| Hex | 6 | 1E | 49 | 5C | 3B | 0 | 47 | DB | 55 | F |
| Octal | 6 | 36 | 111 | 134 | 73 | 0 | 107 | 333 | 125 | 17 |
| Binary | 110 | 11110 | 1001001 | 1011100 | 111011 | 0 | 1000111 | 11011011 | 1010101 | 1111 |
Color Harmonies of #061E49
Complementary color
Monochromatic Colors of #061E49
Black with #061E49
Text Example
Text Example
White with #061E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E49; }
p { color: rgb(6,30,73); }
H1.HeaderClassName
{
color: #061E49;
}
.AnyTagClassName
{
color: #061E49;
}
</style>
background-color css
<style>
a { background-color: #061E49; }
a { background-color: rgb(6,30,73); }
div.DivClassName
{
background-color: #061E49;
}
.BgClassName
{
background-color: #061E49;
}
</style>
border-color css
<style>
span { border-color: #061E49; }
span { border-color: rgb(6,30,73); }
td.TdClassName
{
border-color: #061E49;
}
.TagClassName
{
border-color: #061E49;
}
</style>