Shades of Sapphire #152954
Tints of Sapphire #152954
RGB
CMYK
RGB Variations
Color information
#152954 (or 0x152954) is known color: Sapphire. HEX triplet: 15, 29 and 54. RGB value is (21,41,84). Sum of RGB (Red+Green+Blue) = 21+41+84=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #152954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152954 is #EAD6AB. Grayscale: #272727. Windows color (decimal): -15390380 or 5515541. OLE color: 5515541.
HSL color Cylindrical-coordinate representation of color #152954: hue angle of 220.95º 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 #152954 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 41 | 84 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.67 |
| HSL | 220.95º | 0.6% | 0.21% | - |
| HSV(B) | 220.95º | 0.75% | 0.33% | - |
| XYZ | 2.7 | 2.39 | 8.71 | - |
| YUV | 39.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 84 | 0.75 | 0.51 | 0 | 0.67 | 220.95 | 0.6 | 0.21 |
| Hex | 15 | 29 | 54 | 4B | 33 | 0 | 43 | DD | 3C | 15 |
| Octal | 25 | 51 | 124 | 113 | 63 | 0 | 103 | 335 | 74 | 25 |
| Binary | 10101 | 101001 | 1010100 | 1001011 | 110011 | 0 | 1000011 | 11011101 | 111100 | 10101 |
Color Harmonies of #152954
Complementary color
Monochromatic Colors of #152954
Black with #152954
Text Example
Text Example
White with #152954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152954; }
p { color: rgb(21,41,84); }
H1.HeaderClassName
{
color: #152954;
}
.AnyTagClassName
{
color: #152954;
}
</style>
background-color css
<style>
a { background-color: #152954; }
a { background-color: rgb(21,41,84); }
div.DivClassName
{
background-color: #152954;
}
.BgClassName
{
background-color: #152954;
}
</style>
border-color css
<style>
span { border-color: #152954; }
span { border-color: rgb(21,41,84); }
td.TdClassName
{
border-color: #152954;
}
.TagClassName
{
border-color: #152954;
}
</style>