Shades of Sapphire #152266
Tints of Sapphire #152266
RGB
CMYK
RGB Variations
Color information
#152266 (or 0x152266) is known color: Sapphire. HEX triplet: 15, 22 and 66. RGB value is (21,34,102). Sum of RGB (Red+Green+Blue) = 21+34+102=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #152266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152266 is #EADD99. Grayscale: #252525. Windows color (decimal): -15392154 or 6693397. OLE color: 6693397.
HSL color Cylindrical-coordinate representation of color #152266: hue angle of 230.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152266 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 34 | 102 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.6 |
| HSL | 230.37º | 0.66% | 0.24% | - |
| HSV(B) | 230.37º | 0.79% | 0.4% | - |
| XYZ | 3.28 | 2.26 | 12.83 | - |
| YUV | 37.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 102 | 0.79 | 0.67 | 0 | 0.6 | 230.37 | 0.66 | 0.24 |
| Hex | 15 | 22 | 66 | 4F | 43 | 0 | 3C | E6 | 42 | 18 |
| Octal | 25 | 42 | 146 | 117 | 103 | 0 | 74 | 346 | 102 | 30 |
| Binary | 10101 | 100010 | 1100110 | 1001111 | 1000011 | 0 | 111100 | 11100110 | 1000010 | 11000 |
Color Harmonies of #152266
Complementary color
Monochromatic Colors of #152266
Black with #152266
Text Example
Text Example
White with #152266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152266; }
p { color: rgb(21,34,102); }
H1.HeaderClassName
{
color: #152266;
}
.AnyTagClassName
{
color: #152266;
}
</style>
background-color css
<style>
a { background-color: #152266; }
a { background-color: rgb(21,34,102); }
div.DivClassName
{
background-color: #152266;
}
.BgClassName
{
background-color: #152266;
}
</style>
border-color css
<style>
span { border-color: #152266; }
span { border-color: rgb(21,34,102); }
td.TdClassName
{
border-color: #152266;
}
.TagClassName
{
border-color: #152266;
}
</style>