Shades of Sapphire #152D5B
Tints of Sapphire #152D5B
RGB
CMYK
RGB Variations
Color information
#152D5B (or 0x152D5B) is known color: Sapphire. HEX triplet: 15, 2D and 5B. RGB value is (21,45,91). Sum of RGB (Red+Green+Blue) = 21+45+91=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #152D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D5B is #EAD2A4. Grayscale: #2A2A2A. Windows color (decimal): -15389349 or 5975317. OLE color: 5975317.
HSL color Cylindrical-coordinate representation of color #152D5B: hue angle of 219.43º degrees, saturation: 0.62, 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 #152D5B is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 45 | 91 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.64 |
| HSL | 219.43º | 0.63% | 0.22% | - |
| HSV(B) | 219.43º | 0.77% | 0.36% | - |
| XYZ | 3.14 | 2.79 | 10.27 | - |
| YUV | 43.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 91 | 0.77 | 0.51 | 0 | 0.64 | 219.43 | 0.63 | 0.22 |
| Hex | 15 | 2D | 5B | 4D | 33 | 0 | 40 | DB | 3E | 16 |
| Octal | 25 | 55 | 133 | 115 | 63 | 0 | 100 | 333 | 76 | 26 |
| Binary | 10101 | 101101 | 1011011 | 1001101 | 110011 | 0 | 1000000 | 11011011 | 111110 | 10110 |
Color Harmonies of #152D5B
Complementary color
Monochromatic Colors of #152D5B
Black with #152D5B
Text Example
Text Example
White with #152D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D5B; }
p { color: rgb(21,45,91); }
H1.HeaderClassName
{
color: #152D5B;
}
.AnyTagClassName
{
color: #152D5B;
}
</style>
background-color css
<style>
a { background-color: #152D5B; }
a { background-color: rgb(21,45,91); }
div.DivClassName
{
background-color: #152D5B;
}
.BgClassName
{
background-color: #152D5B;
}
</style>
border-color css
<style>
span { border-color: #152D5B; }
span { border-color: rgb(21,45,91); }
td.TdClassName
{
border-color: #152D5B;
}
.TagClassName
{
border-color: #152D5B;
}
</style>