Shades of Sapphire #152955
Tints of Sapphire #152955
RGB
CMYK
RGB Variations
Color information
#152955 (or 0x152955) is known color: Sapphire. HEX triplet: 15, 29 and 55. RGB value is (21,41,85). Sum of RGB (Red+Green+Blue) = 21+41+85=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #152955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152955 is #EAD6AA. Grayscale: #272727. Windows color (decimal): -15390379 or 5581077. OLE color: 5581077.
HSL color Cylindrical-coordinate representation of color #152955: hue angle of 221.25º 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 #152955 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 41 | 85 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.67 |
| HSL | 221.25º | 0.6% | 0.21% | - |
| HSV(B) | 221.25º | 0.75% | 0.33% | - |
| XYZ | 2.74 | 2.4 | 8.91 | - |
| YUV | 40.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 85 | 0.75 | 0.52 | 0 | 0.67 | 221.25 | 0.6 | 0.21 |
| Hex | 15 | 29 | 55 | 4B | 34 | 0 | 43 | DD | 3C | 15 |
| Octal | 25 | 51 | 125 | 113 | 64 | 0 | 103 | 335 | 74 | 25 |
| Binary | 10101 | 101001 | 1010101 | 1001011 | 110100 | 0 | 1000011 | 11011101 | 111100 | 10101 |
Color Harmonies of #152955
Complementary color
Monochromatic Colors of #152955
Black with #152955
Text Example
Text Example
White with #152955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152955; }
p { color: rgb(21,41,85); }
H1.HeaderClassName
{
color: #152955;
}
.AnyTagClassName
{
color: #152955;
}
</style>
background-color css
<style>
a { background-color: #152955; }
a { background-color: rgb(21,41,85); }
div.DivClassName
{
background-color: #152955;
}
.BgClassName
{
background-color: #152955;
}
</style>
border-color css
<style>
span { border-color: #152955; }
span { border-color: rgb(21,41,85); }
td.TdClassName
{
border-color: #152955;
}
.TagClassName
{
border-color: #152955;
}
</style>