Shades of Sapphire #152C5B
Tints of Sapphire #152C5B
RGB
CMYK
RGB Variations
Color information
#152C5B (or 0x152C5B) is known color: Sapphire. HEX triplet: 15, 2C and 5B. RGB value is (21,44,91). Sum of RGB (Red+Green+Blue) = 21+44+91=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #152C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C5B is #EAD3A4. Grayscale: #2A2A2A. Windows color (decimal): -15389605 or 5975061. OLE color: 5975061.
HSL color Cylindrical-coordinate representation of color #152C5B: hue angle of 220.29º 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 #152C5B is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 44 | 91 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.64 |
| HSL | 220.29º | 0.63% | 0.22% | - |
| HSV(B) | 220.29º | 0.77% | 0.36% | - |
| XYZ | 3.1 | 2.72 | 10.26 | - |
| YUV | 42.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 91 | 0.77 | 0.52 | 0 | 0.64 | 220.29 | 0.63 | 0.22 |
| Hex | 15 | 2C | 5B | 4D | 34 | 0 | 40 | DC | 3E | 16 |
| Octal | 25 | 54 | 133 | 115 | 64 | 0 | 100 | 334 | 76 | 26 |
| Binary | 10101 | 101100 | 1011011 | 1001101 | 110100 | 0 | 1000000 | 11011100 | 111110 | 10110 |
Color Harmonies of #152C5B
Complementary color
Monochromatic Colors of #152C5B
Black with #152C5B
Text Example
Text Example
White with #152C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C5B; }
p { color: rgb(21,44,91); }
H1.HeaderClassName
{
color: #152C5B;
}
.AnyTagClassName
{
color: #152C5B;
}
</style>
background-color css
<style>
a { background-color: #152C5B; }
a { background-color: rgb(21,44,91); }
div.DivClassName
{
background-color: #152C5B;
}
.BgClassName
{
background-color: #152C5B;
}
</style>
border-color css
<style>
span { border-color: #152C5B; }
span { border-color: rgb(21,44,91); }
td.TdClassName
{
border-color: #152C5B;
}
.TagClassName
{
border-color: #152C5B;
}
</style>