Shades of Sapphire #152853
Tints of Sapphire #152853
RGB
CMYK
RGB Variations
Color information
#152853 (or 0x152853) is known color: Sapphire. HEX triplet: 15, 28 and 53. RGB value is (21,40,83). Sum of RGB (Red+Green+Blue) = 21+40+83=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #152853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152853 is #EAD7AC. Grayscale: #272727. Windows color (decimal): -15390637 or 5449749. OLE color: 5449749.
HSL color Cylindrical-coordinate representation of color #152853: hue angle of 221.61º 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 #152853 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 40 | 83 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.67 |
| HSL | 221.61º | 0.6% | 0.2% | - |
| HSV(B) | 221.61º | 0.75% | 0.33% | - |
| XYZ | 2.63 | 2.3 | 8.49 | - |
| YUV | 39.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 83 | 0.75 | 0.52 | 0 | 0.67 | 221.61 | 0.6 | 0.2 |
| Hex | 15 | 28 | 53 | 4B | 34 | 0 | 43 | DE | 3C | 14 |
| Octal | 25 | 50 | 123 | 113 | 64 | 0 | 103 | 336 | 74 | 24 |
| Binary | 10101 | 101000 | 1010011 | 1001011 | 110100 | 0 | 1000011 | 11011110 | 111100 | 10100 |
Color Harmonies of #152853
Complementary color
Monochromatic Colors of #152853
Black with #152853
Text Example
Text Example
White with #152853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152853; }
p { color: rgb(21,40,83); }
H1.HeaderClassName
{
color: #152853;
}
.AnyTagClassName
{
color: #152853;
}
</style>
background-color css
<style>
a { background-color: #152853; }
a { background-color: rgb(21,40,83); }
div.DivClassName
{
background-color: #152853;
}
.BgClassName
{
background-color: #152853;
}
</style>
border-color css
<style>
span { border-color: #152853; }
span { border-color: rgb(21,40,83); }
td.TdClassName
{
border-color: #152853;
}
.TagClassName
{
border-color: #152853;
}
</style>