Shades of Sapphire #152B5E
Tints of Sapphire #152B5E
RGB
CMYK
RGB Variations
Color information
#152B5E (or 0x152B5E) is known color: Sapphire. HEX triplet: 15, 2B and 5E. RGB value is (21,43,94). Sum of RGB (Red+Green+Blue) = 21+43+94=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #152B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B5E is #EAD4A1. Grayscale: #2A2A2A. Windows color (decimal): -15389858 or 6171413. OLE color: 6171413.
HSL color Cylindrical-coordinate representation of color #152B5E: hue angle of 221.92º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152B5E is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 43 | 94 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.63 |
| HSL | 221.92º | 0.63% | 0.23% | - |
| HSV(B) | 221.92º | 0.78% | 0.37% | - |
| XYZ | 3.19 | 2.7 | 10.94 | - |
| YUV | 42.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 94 | 0.78 | 0.54 | 0 | 0.63 | 221.92 | 0.63 | 0.23 |
| Hex | 15 | 2B | 5E | 4E | 36 | 0 | 3F | DE | 3F | 17 |
| Octal | 25 | 53 | 136 | 116 | 66 | 0 | 77 | 336 | 77 | 27 |
| Binary | 10101 | 101011 | 1011110 | 1001110 | 110110 | 0 | 111111 | 11011110 | 111111 | 10111 |
Color Harmonies of #152B5E
Complementary color
Monochromatic Colors of #152B5E
Black with #152B5E
Text Example
Text Example
White with #152B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B5E; }
p { color: rgb(21,43,94); }
H1.HeaderClassName
{
color: #152B5E;
}
.AnyTagClassName
{
color: #152B5E;
}
</style>
background-color css
<style>
a { background-color: #152B5E; }
a { background-color: rgb(21,43,94); }
div.DivClassName
{
background-color: #152B5E;
}
.BgClassName
{
background-color: #152B5E;
}
</style>
border-color css
<style>
span { border-color: #152B5E; }
span { border-color: rgb(21,43,94); }
td.TdClassName
{
border-color: #152B5E;
}
.TagClassName
{
border-color: #152B5E;
}
</style>