Shades of Sapphire #153163
Tints of Sapphire #153163
RGB
CMYK
RGB Variations
Color information
#153163 (or 0x153163) is known color: Sapphire. HEX triplet: 15, 31 and 63. RGB value is (21,49,99). Sum of RGB (Red+Green+Blue) = 21+49+99=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #153163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153163 is #EACE9C. Grayscale: #2E2E2E. Windows color (decimal): -15388317 or 6500629. OLE color: 6500629.
HSL color Cylindrical-coordinate representation of color #153163: hue angle of 218.46º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153163 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 49 | 99 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.61 |
| HSL | 218.46º | 0.65% | 0.24% | - |
| HSV(B) | 218.46º | 0.79% | 0.39% | - |
| XYZ | 3.66 | 3.26 | 12.24 | - |
| YUV | 46.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 99 | 0.79 | 0.51 | 0 | 0.61 | 218.46 | 0.65 | 0.24 |
| Hex | 15 | 31 | 63 | 4F | 33 | 0 | 3D | DA | 41 | 18 |
| Octal | 25 | 61 | 143 | 117 | 63 | 0 | 75 | 332 | 101 | 30 |
| Binary | 10101 | 110001 | 1100011 | 1001111 | 110011 | 0 | 111101 | 11011010 | 1000001 | 11000 |
Color Harmonies of #153163
Complementary color
Monochromatic Colors of #153163
Black with #153163
Text Example
Text Example
White with #153163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153163; }
p { color: rgb(21,49,99); }
H1.HeaderClassName
{
color: #153163;
}
.AnyTagClassName
{
color: #153163;
}
</style>
background-color css
<style>
a { background-color: #153163; }
a { background-color: rgb(21,49,99); }
div.DivClassName
{
background-color: #153163;
}
.BgClassName
{
background-color: #153163;
}
</style>
border-color css
<style>
span { border-color: #153163; }
span { border-color: rgb(21,49,99); }
td.TdClassName
{
border-color: #153163;
}
.TagClassName
{
border-color: #153163;
}
</style>