Shades of Sapphire #15245A
Tints of Sapphire #15245A
RGB
CMYK
RGB Variations
Color information
#15245A (or 0x15245A) is known color: Sapphire. HEX triplet: 15, 24 and 5A. RGB value is (21,36,90). Sum of RGB (Red+Green+Blue) = 21+36+90=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #15245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245A is #EADBA5. Grayscale: #252525. Windows color (decimal): -15391654 or 5907477. OLE color: 5907477.
HSL color Cylindrical-coordinate representation of color #15245A: hue angle of 226.96º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15245A is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 36 | 90 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.65 |
| HSL | 226.96º | 0.62% | 0.22% | - |
| HSV(B) | 226.96º | 0.77% | 0.35% | - |
| XYZ | 2.79 | 2.16 | 9.94 | - |
| YUV | 37.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 90 | 0.77 | 0.60 | 0 | 0.65 | 226.96 | 0.62 | 0.22 |
| Hex | 15 | 24 | 5A | 4D | 3C | 0 | 41 | E3 | 3E | 16 |
| Octal | 25 | 44 | 132 | 115 | 74 | 0 | 101 | 343 | 76 | 26 |
| Binary | 10101 | 100100 | 1011010 | 1001101 | 111100 | 0 | 1000001 | 11100011 | 111110 | 10110 |
Color Harmonies of #15245A
Complementary color
Monochromatic Colors of #15245A
Black with #15245A
Text Example
Text Example
White with #15245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15245A; }
p { color: rgb(21,36,90); }
H1.HeaderClassName
{
color: #15245A;
}
.AnyTagClassName
{
color: #15245A;
}
</style>
background-color css
<style>
a { background-color: #15245A; }
a { background-color: rgb(21,36,90); }
div.DivClassName
{
background-color: #15245A;
}
.BgClassName
{
background-color: #15245A;
}
</style>
border-color css
<style>
span { border-color: #15245A; }
span { border-color: rgb(21,36,90); }
td.TdClassName
{
border-color: #15245A;
}
.TagClassName
{
border-color: #15245A;
}
</style>