Shades of Sapphire #061366
Tints of Sapphire #061366
RGB
CMYK
RGB Variations
Color information
#061366 (or 0x061366) is known color: Sapphire. HEX triplet: 06, 13 and 66. RGB value is (6,19,102). Sum of RGB (Red+Green+Blue) = 6+19+102=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 102 (40.23% from 255 or 80.31% from 127); Max value from RGB is 102 - color contains mainly: blue. Hex color #061366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061366 is #F9EC99. Grayscale: #181818. Windows color (decimal): -16379034 or 6689542. OLE color: 6689542.
HSL color Cylindrical-coordinate representation of color #061366: hue angle of 231.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061366 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 19 | 102 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.6 |
| HSL | 231.88º | 0.89% | 0.21% | - |
| HSV(B) | 231.88º | 0.94% | 0.4% | - |
| XYZ | 2.71 | 1.46 | 12.71 | - |
| YUV | 24.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 102 | 0.94 | 0.81 | 0 | 0.6 | 231.88 | 0.89 | 0.21 |
| Hex | 6 | 13 | 66 | 5E | 51 | 0 | 3C | E8 | 59 | 15 |
| Octal | 6 | 23 | 146 | 136 | 121 | 0 | 74 | 350 | 131 | 25 |
| Binary | 110 | 10011 | 1100110 | 1011110 | 1010001 | 0 | 111100 | 11101000 | 1011001 | 10101 |
Color Harmonies of #061366
Complementary color
Monochromatic Colors of #061366
Black with #061366
Text Example
Text Example
White with #061366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061366; }
p { color: rgb(6,19,102); }
H1.HeaderClassName
{
color: #061366;
}
.AnyTagClassName
{
color: #061366;
}
</style>
background-color css
<style>
a { background-color: #061366; }
a { background-color: rgb(6,19,102); }
div.DivClassName
{
background-color: #061366;
}
.BgClassName
{
background-color: #061366;
}
</style>
border-color css
<style>
span { border-color: #061366; }
span { border-color: rgb(6,19,102); }
td.TdClassName
{
border-color: #061366;
}
.TagClassName
{
border-color: #061366;
}
</style>