Shades of Sapphire #152855
Tints of Sapphire #152855
RGB
CMYK
RGB Variations
Color information
#152855 (or 0x152855) is known color: Sapphire. HEX triplet: 15, 28 and 55. RGB value is (21,40,85). Sum of RGB (Red+Green+Blue) = 21+40+85=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #152855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152855 is #EAD7AA. Grayscale: #272727. Windows color (decimal): -15390635 or 5580821. OLE color: 5580821.
HSL color Cylindrical-coordinate representation of color #152855: hue angle of 222.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152855 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 40 | 85 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.67 |
| HSL | 222.19º | 0.6% | 0.21% | - |
| HSV(B) | 222.19º | 0.75% | 0.33% | - |
| XYZ | 2.71 | 2.33 | 8.9 | - |
| YUV | 39.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 85 | 0.75 | 0.53 | 0 | 0.67 | 222.19 | 0.6 | 0.21 |
| Hex | 15 | 28 | 55 | 4B | 35 | 0 | 43 | DE | 3C | 15 |
| Octal | 25 | 50 | 125 | 113 | 65 | 0 | 103 | 336 | 74 | 25 |
| Binary | 10101 | 101000 | 1010101 | 1001011 | 110101 | 0 | 1000011 | 11011110 | 111100 | 10101 |
Color Harmonies of #152855
Complementary color
Monochromatic Colors of #152855
Black with #152855
Text Example
Text Example
White with #152855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152855; }
p { color: rgb(21,40,85); }
H1.HeaderClassName
{
color: #152855;
}
.AnyTagClassName
{
color: #152855;
}
</style>
background-color css
<style>
a { background-color: #152855; }
a { background-color: rgb(21,40,85); }
div.DivClassName
{
background-color: #152855;
}
.BgClassName
{
background-color: #152855;
}
</style>
border-color css
<style>
span { border-color: #152855; }
span { border-color: rgb(21,40,85); }
td.TdClassName
{
border-color: #152855;
}
.TagClassName
{
border-color: #152855;
}
</style>