Shades of Sapphire #061261
Tints of Sapphire #061261
RGB
CMYK
RGB Variations
Color information
#061261 (or 0x061261) is known color: Sapphire. HEX triplet: 06, 12 and 61. RGB value is (6,18,97). Sum of RGB (Red+Green+Blue) = 6+18+97=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #061261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061261 is #F9ED9E. Grayscale: #171717. Windows color (decimal): -16379295 or 6361606. OLE color: 6361606.
HSL color Cylindrical-coordinate representation of color #061261: hue angle of 232.09º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061261 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 18 | 97 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.62 |
| HSL | 232.09º | 0.88% | 0.2% | - |
| HSV(B) | 232.09º | 0.94% | 0.38% | - |
| XYZ | 2.45 | 1.33 | 11.44 | - |
| YUV | 23.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 97 | 0.94 | 0.81 | 0 | 0.62 | 232.09 | 0.88 | 0.2 |
| Hex | 6 | 12 | 61 | 5E | 51 | 0 | 3E | E8 | 58 | 14 |
| Octal | 6 | 22 | 141 | 136 | 121 | 0 | 76 | 350 | 130 | 24 |
| Binary | 110 | 10010 | 1100001 | 1011110 | 1010001 | 0 | 111110 | 11101000 | 1011000 | 10100 |
Color Harmonies of #061261
Complementary color
Monochromatic Colors of #061261
Black with #061261
Text Example
Text Example
White with #061261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061261; }
p { color: rgb(6,18,97); }
H1.HeaderClassName
{
color: #061261;
}
.AnyTagClassName
{
color: #061261;
}
</style>
background-color css
<style>
a { background-color: #061261; }
a { background-color: rgb(6,18,97); }
div.DivClassName
{
background-color: #061261;
}
.BgClassName
{
background-color: #061261;
}
</style>
border-color css
<style>
span { border-color: #061261; }
span { border-color: rgb(6,18,97); }
td.TdClassName
{
border-color: #061261;
}
.TagClassName
{
border-color: #061261;
}
</style>