Shades of Sapphire #152554
Tints of Sapphire #152554
RGB
CMYK
RGB Variations
Color information
#152554 (or 0x152554) is known color: Sapphire. HEX triplet: 15, 25 and 54. RGB value is (21,37,84). Sum of RGB (Red+Green+Blue) = 21+37+84=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #152554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152554 is #EADAAB. Grayscale: #252525. Windows color (decimal): -15391404 or 5514517. OLE color: 5514517.
HSL color Cylindrical-coordinate representation of color #152554: hue angle of 224.76º 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 #152554 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 37 | 84 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.67 |
| HSL | 224.76º | 0.6% | 0.21% | - |
| HSV(B) | 224.76º | 0.75% | 0.33% | - |
| XYZ | 2.57 | 2.12 | 8.66 | - |
| YUV | 37.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 84 | 0.75 | 0.56 | 0 | 0.67 | 224.76 | 0.6 | 0.21 |
| Hex | 15 | 25 | 54 | 4B | 38 | 0 | 43 | E1 | 3C | 15 |
| Octal | 25 | 45 | 124 | 113 | 70 | 0 | 103 | 341 | 74 | 25 |
| Binary | 10101 | 100101 | 1010100 | 1001011 | 111000 | 0 | 1000011 | 11100001 | 111100 | 10101 |
Color Harmonies of #152554
Complementary color
Monochromatic Colors of #152554
Black with #152554
Text Example
Text Example
White with #152554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152554; }
p { color: rgb(21,37,84); }
H1.HeaderClassName
{
color: #152554;
}
.AnyTagClassName
{
color: #152554;
}
</style>
background-color css
<style>
a { background-color: #152554; }
a { background-color: rgb(21,37,84); }
div.DivClassName
{
background-color: #152554;
}
.BgClassName
{
background-color: #152554;
}
</style>
border-color css
<style>
span { border-color: #152554; }
span { border-color: rgb(21,37,84); }
td.TdClassName
{
border-color: #152554;
}
.TagClassName
{
border-color: #152554;
}
</style>