Shades of Sapphire #15245B
Tints of Sapphire #15245B
RGB
CMYK
RGB Variations
Color information
#15245B (or 0x15245B) is known color: Sapphire. HEX triplet: 15, 24 and 5B. RGB value is (21,36,91). Sum of RGB (Red+Green+Blue) = 21+36+91=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #15245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245B is #EADBA4. Grayscale: #252525. Windows color (decimal): -15391653 or 5973013. OLE color: 5973013.
HSL color Cylindrical-coordinate representation of color #15245B: hue angle of 227.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 #15245B is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 36 | 91 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.64 |
| HSL | 227.14º | 0.63% | 0.22% | - |
| HSV(B) | 227.14º | 0.77% | 0.36% | - |
| XYZ | 2.83 | 2.18 | 10.17 | - |
| YUV | 37.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 91 | 0.77 | 0.60 | 0 | 0.64 | 227.14 | 0.63 | 0.22 |
| Hex | 15 | 24 | 5B | 4D | 3C | 0 | 40 | E3 | 3E | 16 |
| Octal | 25 | 44 | 133 | 115 | 74 | 0 | 100 | 343 | 76 | 26 |
| Binary | 10101 | 100100 | 1011011 | 1001101 | 111100 | 0 | 1000000 | 11100011 | 111110 | 10110 |
Color Harmonies of #15245B
Complementary color
Monochromatic Colors of #15245B
Black with #15245B
Text Example
Text Example
White with #15245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15245B; }
p { color: rgb(21,36,91); }
H1.HeaderClassName
{
color: #15245B;
}
.AnyTagClassName
{
color: #15245B;
}
</style>
background-color css
<style>
a { background-color: #15245B; }
a { background-color: rgb(21,36,91); }
div.DivClassName
{
background-color: #15245B;
}
.BgClassName
{
background-color: #15245B;
}
</style>
border-color css
<style>
span { border-color: #15245B; }
span { border-color: rgb(21,36,91); }
td.TdClassName
{
border-color: #15245B;
}
.TagClassName
{
border-color: #15245B;
}
</style>