Shades of Sapphire #061860
Tints of Sapphire #061860
RGB
CMYK
RGB Variations
Color information
#061860 (or 0x061860) is known color: Sapphire. HEX triplet: 06, 18 and 60. RGB value is (6,24,96). Sum of RGB (Red+Green+Blue) = 6+24+96=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #061860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061860 is #F9E79F. Grayscale: #1A1A1A. Windows color (decimal): -16377760 or 6297606. OLE color: 6297606.
HSL color Cylindrical-coordinate representation of color #061860: hue angle of 228º 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 #061860 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 24 | 96 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.62 |
| HSL | 228º | 0.88% | 0.2% | - |
| HSV(B) | 228º | 0.94% | 0.38% | - |
| XYZ | 2.51 | 1.54 | 11.23 | - |
| YUV | 26.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 96 | 0.94 | 0.75 | 0 | 0.62 | 228 | 0.88 | 0.2 |
| Hex | 6 | 18 | 60 | 5E | 4B | 0 | 3E | E4 | 58 | 14 |
| Octal | 6 | 30 | 140 | 136 | 113 | 0 | 76 | 344 | 130 | 24 |
| Binary | 110 | 11000 | 1100000 | 1011110 | 1001011 | 0 | 111110 | 11100100 | 1011000 | 10100 |
Color Harmonies of #061860
Complementary color
Monochromatic Colors of #061860
Black with #061860
Text Example
Text Example
White with #061860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061860; }
p { color: rgb(6,24,96); }
H1.HeaderClassName
{
color: #061860;
}
.AnyTagClassName
{
color: #061860;
}
</style>
background-color css
<style>
a { background-color: #061860; }
a { background-color: rgb(6,24,96); }
div.DivClassName
{
background-color: #061860;
}
.BgClassName
{
background-color: #061860;
}
</style>
border-color css
<style>
span { border-color: #061860; }
span { border-color: rgb(6,24,96); }
td.TdClassName
{
border-color: #061860;
}
.TagClassName
{
border-color: #061860;
}
</style>