Shades of Sapphire #152552
Tints of Sapphire #152552
RGB
CMYK
RGB Variations
Color information
#152552 (or 0x152552) is known color: Sapphire. HEX triplet: 15, 25 and 52. RGB value is (21,37,82). Sum of RGB (Red+Green+Blue) = 21+37+82=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #152552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152552 is #EADAAD. Grayscale: #252525. Windows color (decimal): -15391406 or 5383445. OLE color: 5383445.
HSL color Cylindrical-coordinate representation of color #152552: hue angle of 224.26º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152552 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 37 | 82 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.68 |
| HSL | 224.26º | 0.59% | 0.2% | - |
| HSV(B) | 224.26º | 0.74% | 0.32% | - |
| XYZ | 2.49 | 2.09 | 8.25 | - |
| YUV | 37.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 82 | 0.74 | 0.55 | 0 | 0.68 | 224.26 | 0.59 | 0.2 |
| Hex | 15 | 25 | 52 | 4A | 37 | 0 | 44 | E0 | 3B | 14 |
| Octal | 25 | 45 | 122 | 112 | 67 | 0 | 104 | 340 | 73 | 24 |
| Binary | 10101 | 100101 | 1010010 | 1001010 | 110111 | 0 | 1000100 | 11100000 | 111011 | 10100 |
Color Harmonies of #152552
Complementary color
Monochromatic Colors of #152552
Black with #152552
Text Example
Text Example
White with #152552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152552; }
p { color: rgb(21,37,82); }
H1.HeaderClassName
{
color: #152552;
}
.AnyTagClassName
{
color: #152552;
}
</style>
background-color css
<style>
a { background-color: #152552; }
a { background-color: rgb(21,37,82); }
div.DivClassName
{
background-color: #152552;
}
.BgClassName
{
background-color: #152552;
}
</style>
border-color css
<style>
span { border-color: #152552; }
span { border-color: rgb(21,37,82); }
td.TdClassName
{
border-color: #152552;
}
.TagClassName
{
border-color: #152552;
}
</style>