Shades of Sapphire #152162
Tints of Sapphire #152162
RGB
CMYK
RGB Variations
Color information
#152162 (or 0x152162) is known color: Sapphire. HEX triplet: 15, 21 and 62. RGB value is (21,33,98). Sum of RGB (Red+Green+Blue) = 21+33+98=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #152162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152162 is #EADE9D. Grayscale: #242424. Windows color (decimal): -15392414 or 6430997. OLE color: 6430997.
HSL color Cylindrical-coordinate representation of color #152162: hue angle of 230.65º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152162 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 33 | 98 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.62 |
| HSL | 230.65º | 0.65% | 0.23% | - |
| HSV(B) | 230.65º | 0.79% | 0.38% | - |
| XYZ | 3.06 | 2.13 | 11.81 | - |
| YUV | 36.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 98 | 0.79 | 0.66 | 0 | 0.62 | 230.65 | 0.65 | 0.23 |
| Hex | 15 | 21 | 62 | 4F | 42 | 0 | 3E | E7 | 41 | 17 |
| Octal | 25 | 41 | 142 | 117 | 102 | 0 | 76 | 347 | 101 | 27 |
| Binary | 10101 | 100001 | 1100010 | 1001111 | 1000010 | 0 | 111110 | 11100111 | 1000001 | 10111 |
Color Harmonies of #152162
Complementary color
Monochromatic Colors of #152162
Black with #152162
Text Example
Text Example
White with #152162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152162; }
p { color: rgb(21,33,98); }
H1.HeaderClassName
{
color: #152162;
}
.AnyTagClassName
{
color: #152162;
}
</style>
background-color css
<style>
a { background-color: #152162; }
a { background-color: rgb(21,33,98); }
div.DivClassName
{
background-color: #152162;
}
.BgClassName
{
background-color: #152162;
}
</style>
border-color css
<style>
span { border-color: #152162; }
span { border-color: rgb(21,33,98); }
td.TdClassName
{
border-color: #152162;
}
.TagClassName
{
border-color: #152162;
}
</style>