Shades of Sapphire #061C49
Tints of Sapphire #061C49
RGB
CMYK
RGB Variations
Color information
#061C49 (or 0x061C49) is known color: Sapphire. HEX triplet: 06, 1C and 49. RGB value is (6,28,73). Sum of RGB (Red+Green+Blue) = 6+28+73=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #061C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C49 is #F9E3B6. Grayscale: #1A1A1A. Windows color (decimal): -16376759 or 4791302. OLE color: 4791302.
HSL color Cylindrical-coordinate representation of color #061C49: hue angle of 220.3º 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 #061C49 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 28 | 73 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.71 |
| HSL | 220.3º | 0.85% | 0.15% | - |
| HSV(B) | 220.3º | 0.92% | 0.29% | - |
| XYZ | 1.69 | 1.35 | 6.47 | - |
| YUV | 26.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 73 | 0.92 | 0.62 | 0 | 0.71 | 220.3 | 0.85 | 0.15 |
| Hex | 6 | 1C | 49 | 5C | 3E | 0 | 47 | DC | 55 | F |
| Octal | 6 | 34 | 111 | 134 | 76 | 0 | 107 | 334 | 125 | 17 |
| Binary | 110 | 11100 | 1001001 | 1011100 | 111110 | 0 | 1000111 | 11011100 | 1010101 | 1111 |
Color Harmonies of #061C49
Complementary color
Monochromatic Colors of #061C49
Black with #061C49
Text Example
Text Example
White with #061C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C49; }
p { color: rgb(6,28,73); }
H1.HeaderClassName
{
color: #061C49;
}
.AnyTagClassName
{
color: #061C49;
}
</style>
background-color css
<style>
a { background-color: #061C49; }
a { background-color: rgb(6,28,73); }
div.DivClassName
{
background-color: #061C49;
}
.BgClassName
{
background-color: #061C49;
}
</style>
border-color css
<style>
span { border-color: #061C49; }
span { border-color: rgb(6,28,73); }
td.TdClassName
{
border-color: #061C49;
}
.TagClassName
{
border-color: #061C49;
}
</style>