Shades of Sapphire #152754
Tints of Sapphire #152754
RGB
CMYK
RGB Variations
Color information
#152754 (or 0x152754) is known color: Sapphire. HEX triplet: 15, 27 and 54. RGB value is (21,39,84). Sum of RGB (Red+Green+Blue) = 21+39+84=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #152754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152754 is #EAD8AB. Grayscale: #262626. Windows color (decimal): -15390892 or 5515029. OLE color: 5515029.
HSL color Cylindrical-coordinate representation of color #152754: hue angle of 222.86º 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 #152754 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 39 | 84 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.67 |
| HSL | 222.86º | 0.6% | 0.21% | - |
| HSV(B) | 222.86º | 0.75% | 0.33% | - |
| XYZ | 2.64 | 2.25 | 8.68 | - |
| YUV | 38.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 84 | 0.75 | 0.54 | 0 | 0.67 | 222.86 | 0.6 | 0.21 |
| Hex | 15 | 27 | 54 | 4B | 36 | 0 | 43 | DF | 3C | 15 |
| Octal | 25 | 47 | 124 | 113 | 66 | 0 | 103 | 337 | 74 | 25 |
| Binary | 10101 | 100111 | 1010100 | 1001011 | 110110 | 0 | 1000011 | 11011111 | 111100 | 10101 |
Color Harmonies of #152754
Complementary color
Monochromatic Colors of #152754
Black with #152754
Text Example
Text Example
White with #152754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152754; }
p { color: rgb(21,39,84); }
H1.HeaderClassName
{
color: #152754;
}
.AnyTagClassName
{
color: #152754;
}
</style>
background-color css
<style>
a { background-color: #152754; }
a { background-color: rgb(21,39,84); }
div.DivClassName
{
background-color: #152754;
}
.BgClassName
{
background-color: #152754;
}
</style>
border-color css
<style>
span { border-color: #152754; }
span { border-color: rgb(21,39,84); }
td.TdClassName
{
border-color: #152754;
}
.TagClassName
{
border-color: #152754;
}
</style>