Shades of Sapphire #152C5D
Tints of Sapphire #152C5D
RGB
CMYK
RGB Variations
Color information
#152C5D (or 0x152C5D) is known color: Sapphire. HEX triplet: 15, 2C and 5D. RGB value is (21,44,93). Sum of RGB (Red+Green+Blue) = 21+44+93=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #152C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C5D is #EAD3A2. Grayscale: #2A2A2A. Windows color (decimal): -15389603 or 6106133. OLE color: 6106133.
HSL color Cylindrical-coordinate representation of color #152C5D: hue angle of 220.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152C5D is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 44 | 93 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.64 |
| HSL | 220.83º | 0.63% | 0.22% | - |
| HSV(B) | 220.83º | 0.77% | 0.36% | - |
| XYZ | 3.19 | 2.75 | 10.72 | - |
| YUV | 42.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 93 | 0.77 | 0.53 | 0 | 0.64 | 220.83 | 0.63 | 0.22 |
| Hex | 15 | 2C | 5D | 4D | 35 | 0 | 40 | DD | 3F | 16 |
| Octal | 25 | 54 | 135 | 115 | 65 | 0 | 100 | 335 | 77 | 26 |
| Binary | 10101 | 101100 | 1011101 | 1001101 | 110101 | 0 | 1000000 | 11011101 | 111111 | 10110 |
Color Harmonies of #152C5D
Complementary color
Monochromatic Colors of #152C5D
Black with #152C5D
Text Example
Text Example
White with #152C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C5D; }
p { color: rgb(21,44,93); }
H1.HeaderClassName
{
color: #152C5D;
}
.AnyTagClassName
{
color: #152C5D;
}
</style>
background-color css
<style>
a { background-color: #152C5D; }
a { background-color: rgb(21,44,93); }
div.DivClassName
{
background-color: #152C5D;
}
.BgClassName
{
background-color: #152C5D;
}
</style>
border-color css
<style>
span { border-color: #152C5D; }
span { border-color: rgb(21,44,93); }
td.TdClassName
{
border-color: #152C5D;
}
.TagClassName
{
border-color: #152C5D;
}
</style>