Shades of Sapphire #15245C
Tints of Sapphire #15245C
RGB
CMYK
RGB Variations
Color information
#15245C (or 0x15245C) is known color: Sapphire. HEX triplet: 15, 24 and 5C. RGB value is (21,36,92). Sum of RGB (Red+Green+Blue) = 21+36+92=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #15245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245C is #EADBA3. Grayscale: #252525. Windows color (decimal): -15391652 or 6038549. OLE color: 6038549.
HSL color Cylindrical-coordinate representation of color #15245C: hue angle of 227.32º degrees, saturation: 0.63, 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 #15245C is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 36 | 92 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.64 |
| HSL | 227.32º | 0.63% | 0.22% | - |
| HSV(B) | 227.32º | 0.77% | 0.36% | - |
| XYZ | 2.87 | 2.19 | 10.4 | - |
| YUV | 37.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 92 | 0.77 | 0.61 | 0 | 0.64 | 227.32 | 0.63 | 0.22 |
| Hex | 15 | 24 | 5C | 4D | 3D | 0 | 40 | E3 | 3F | 16 |
| Octal | 25 | 44 | 134 | 115 | 75 | 0 | 100 | 343 | 77 | 26 |
| Binary | 10101 | 100100 | 1011100 | 1001101 | 111101 | 0 | 1000000 | 11100011 | 111111 | 10110 |
Color Harmonies of #15245C
Complementary color
Monochromatic Colors of #15245C
Black with #15245C
Text Example
Text Example
White with #15245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15245C; }
p { color: rgb(21,36,92); }
H1.HeaderClassName
{
color: #15245C;
}
.AnyTagClassName
{
color: #15245C;
}
</style>
background-color css
<style>
a { background-color: #15245C; }
a { background-color: rgb(21,36,92); }
div.DivClassName
{
background-color: #15245C;
}
.BgClassName
{
background-color: #15245C;
}
</style>
border-color css
<style>
span { border-color: #15245C; }
span { border-color: rgb(21,36,92); }
td.TdClassName
{
border-color: #15245C;
}
.TagClassName
{
border-color: #15245C;
}
</style>