Shades of Sapphire #152163
Tints of Sapphire #152163
RGB
CMYK
RGB Variations
Color information
#152163 (or 0x152163) is known color: Sapphire. HEX triplet: 15, 21 and 63. RGB value is (21,33,99). Sum of RGB (Red+Green+Blue) = 21+33+99=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #152163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152163 is #EADE9C. Grayscale: #242424. Windows color (decimal): -15392413 or 6496533. OLE color: 6496533.
HSL color Cylindrical-coordinate representation of color #152163: hue angle of 230.77º 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 #152163 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 33 | 99 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.61 |
| HSL | 230.77º | 0.65% | 0.24% | - |
| HSV(B) | 230.77º | 0.79% | 0.39% | - |
| XYZ | 3.11 | 2.15 | 12.06 | - |
| YUV | 36.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 99 | 0.79 | 0.67 | 0 | 0.61 | 230.77 | 0.65 | 0.24 |
| Hex | 15 | 21 | 63 | 4F | 43 | 0 | 3D | E7 | 41 | 18 |
| Octal | 25 | 41 | 143 | 117 | 103 | 0 | 75 | 347 | 101 | 30 |
| Binary | 10101 | 100001 | 1100011 | 1001111 | 1000011 | 0 | 111101 | 11100111 | 1000001 | 11000 |
Color Harmonies of #152163
Complementary color
Monochromatic Colors of #152163
Black with #152163
Text Example
Text Example
White with #152163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152163; }
p { color: rgb(21,33,99); }
H1.HeaderClassName
{
color: #152163;
}
.AnyTagClassName
{
color: #152163;
}
</style>
background-color css
<style>
a { background-color: #152163; }
a { background-color: rgb(21,33,99); }
div.DivClassName
{
background-color: #152163;
}
.BgClassName
{
background-color: #152163;
}
</style>
border-color css
<style>
span { border-color: #152163; }
span { border-color: rgb(21,33,99); }
td.TdClassName
{
border-color: #152163;
}
.TagClassName
{
border-color: #152163;
}
</style>