Shades of Sapphire #152953
Tints of Sapphire #152953
RGB
CMYK
RGB Variations
Color information
#152953 (or 0x152953) is known color: Sapphire. HEX triplet: 15, 29 and 53. RGB value is (21,41,83). Sum of RGB (Red+Green+Blue) = 21+41+83=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #152953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152953 is #EAD6AC. Grayscale: #272727. Windows color (decimal): -15390381 or 5450005. OLE color: 5450005.
HSL color Cylindrical-coordinate representation of color #152953: hue angle of 220.65º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152953 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 41 | 83 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.67 |
| HSL | 220.65º | 0.6% | 0.2% | - |
| HSV(B) | 220.65º | 0.75% | 0.33% | - |
| XYZ | 2.66 | 2.37 | 8.5 | - |
| YUV | 39.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 83 | 0.75 | 0.51 | 0 | 0.67 | 220.65 | 0.6 | 0.2 |
| Hex | 15 | 29 | 53 | 4B | 33 | 0 | 43 | DD | 3C | 14 |
| Octal | 25 | 51 | 123 | 113 | 63 | 0 | 103 | 335 | 74 | 24 |
| Binary | 10101 | 101001 | 1010011 | 1001011 | 110011 | 0 | 1000011 | 11011101 | 111100 | 10100 |
Color Harmonies of #152953
Complementary color
Monochromatic Colors of #152953
Black with #152953
Text Example
Text Example
White with #152953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152953; }
p { color: rgb(21,41,83); }
H1.HeaderClassName
{
color: #152953;
}
.AnyTagClassName
{
color: #152953;
}
</style>
background-color css
<style>
a { background-color: #152953; }
a { background-color: rgb(21,41,83); }
div.DivClassName
{
background-color: #152953;
}
.BgClassName
{
background-color: #152953;
}
</style>
border-color css
<style>
span { border-color: #152953; }
span { border-color: rgb(21,41,83); }
td.TdClassName
{
border-color: #152953;
}
.TagClassName
{
border-color: #152953;
}
</style>