Shades of Sapphire #06156C
Tints of Sapphire #06156C
RGB
CMYK
RGB Variations
Color information
#06156C (or 0x06156C) is known color: Sapphire. HEX triplet: 06, 15 and 6C. RGB value is (6,21,108). Sum of RGB (Red+Green+Blue) = 6+21+108=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #06156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06156C is #F9EA93. Grayscale: #1A1A1A. Windows color (decimal): -16378516 or 7083270. OLE color: 7083270.
HSL color Cylindrical-coordinate representation of color #06156C: hue angle of 231.18º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06156C is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 21 | 108 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.58 |
| HSL | 231.18º | 0.89% | 0.22% | - |
| HSV(B) | 231.18º | 0.94% | 0.42% | - |
| XYZ | 3.05 | 1.66 | 14.35 | - |
| YUV | 26.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 108 | 0.94 | 0.81 | 0 | 0.58 | 231.18 | 0.89 | 0.22 |
| Hex | 6 | 15 | 6C | 5E | 51 | 0 | 3A | E7 | 59 | 16 |
| Octal | 6 | 25 | 154 | 136 | 121 | 0 | 72 | 347 | 131 | 26 |
| Binary | 110 | 10101 | 1101100 | 1011110 | 1010001 | 0 | 111010 | 11100111 | 1011001 | 10110 |
Color Harmonies of #06156C
Complementary color
Monochromatic Colors of #06156C
Black with #06156C
Text Example
Text Example
White with #06156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06156C; }
p { color: rgb(6,21,108); }
H1.HeaderClassName
{
color: #06156C;
}
.AnyTagClassName
{
color: #06156C;
}
</style>
background-color css
<style>
a { background-color: #06156C; }
a { background-color: rgb(6,21,108); }
div.DivClassName
{
background-color: #06156C;
}
.BgClassName
{
background-color: #06156C;
}
</style>
border-color css
<style>
span { border-color: #06156C; }
span { border-color: rgb(6,21,108); }
td.TdClassName
{
border-color: #06156C;
}
.TagClassName
{
border-color: #06156C;
}
</style>