Shades of Sapphire #061153
Tints of Sapphire #061153
RGB
CMYK
RGB Variations
Color information
#061153 (or 0x061153) is known color: Sapphire. HEX triplet: 06, 11 and 53. RGB value is (6,17,83). Sum of RGB (Red+Green+Blue) = 6+17+83=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #061153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061153 is #F9EEAC. Grayscale: #141414. Windows color (decimal): -16379565 or 5443846. OLE color: 5443846.
HSL color Cylindrical-coordinate representation of color #061153: hue angle of 231.43º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061153 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 17 | 83 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.67 |
| HSL | 231.43º | 0.87% | 0.17% | - |
| HSV(B) | 231.43º | 0.93% | 0.33% | - |
| XYZ | 1.84 | 1.06 | 8.29 | - |
| YUV | 21.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 83 | 0.93 | 0.80 | 0 | 0.67 | 231.43 | 0.87 | 0.17 |
| Hex | 6 | 11 | 53 | 5D | 50 | 0 | 43 | E7 | 57 | 11 |
| Octal | 6 | 21 | 123 | 135 | 120 | 0 | 103 | 347 | 127 | 21 |
| Binary | 110 | 10001 | 1010011 | 1011101 | 1010000 | 0 | 1000011 | 11100111 | 1010111 | 10001 |
Color Harmonies of #061153
Complementary color
Monochromatic Colors of #061153
Black with #061153
Text Example
Text Example
White with #061153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061153; }
p { color: rgb(6,17,83); }
H1.HeaderClassName
{
color: #061153;
}
.AnyTagClassName
{
color: #061153;
}
</style>
background-color css
<style>
a { background-color: #061153; }
a { background-color: rgb(6,17,83); }
div.DivClassName
{
background-color: #061153;
}
.BgClassName
{
background-color: #061153;
}
</style>
border-color css
<style>
span { border-color: #061153; }
span { border-color: rgb(6,17,83); }
td.TdClassName
{
border-color: #061153;
}
.TagClassName
{
border-color: #061153;
}
</style>