Shades of Sapphire #152B5B
Tints of Sapphire #152B5B
RGB
CMYK
RGB Variations
Color information
#152B5B (or 0x152B5B) is known color: Sapphire. HEX triplet: 15, 2B and 5B. RGB value is (21,43,91). Sum of RGB (Red+Green+Blue) = 21+43+91=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #152B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B5B is #EAD4A4. Grayscale: #292929. Windows color (decimal): -15389861 or 5974805. OLE color: 5974805.
HSL color Cylindrical-coordinate representation of color #152B5B: hue angle of 221.14º 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 #152B5B is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 43 | 91 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.64 |
| HSL | 221.14º | 0.63% | 0.22% | - |
| HSV(B) | 221.14º | 0.77% | 0.36% | - |
| XYZ | 3.06 | 2.64 | 10.25 | - |
| YUV | 41.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 91 | 0.77 | 0.53 | 0 | 0.64 | 221.14 | 0.63 | 0.22 |
| Hex | 15 | 2B | 5B | 4D | 35 | 0 | 40 | DD | 3E | 16 |
| Octal | 25 | 53 | 133 | 115 | 65 | 0 | 100 | 335 | 76 | 26 |
| Binary | 10101 | 101011 | 1011011 | 1001101 | 110101 | 0 | 1000000 | 11011101 | 111110 | 10110 |
Color Harmonies of #152B5B
Complementary color
Monochromatic Colors of #152B5B
Black with #152B5B
Text Example
Text Example
White with #152B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B5B; }
p { color: rgb(21,43,91); }
H1.HeaderClassName
{
color: #152B5B;
}
.AnyTagClassName
{
color: #152B5B;
}
</style>
background-color css
<style>
a { background-color: #152B5B; }
a { background-color: rgb(21,43,91); }
div.DivClassName
{
background-color: #152B5B;
}
.BgClassName
{
background-color: #152B5B;
}
</style>
border-color css
<style>
span { border-color: #152B5B; }
span { border-color: rgb(21,43,91); }
td.TdClassName
{
border-color: #152B5B;
}
.TagClassName
{
border-color: #152B5B;
}
</style>