Shades of Sapphire #15225D
Tints of Sapphire #15225D
RGB
CMYK
RGB Variations
Color information
#15225D (or 0x15225D) is known color: Sapphire. HEX triplet: 15, 22 and 5D. RGB value is (21,34,93). Sum of RGB (Red+Green+Blue) = 21+34+93=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #15225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15225D is #EADDA2. Grayscale: #242424. Windows color (decimal): -15392163 or 6103573. OLE color: 6103573.
HSL color Cylindrical-coordinate representation of color #15225D: hue angle of 229.17º 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 #15225D is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 34 | 93 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.64 |
| HSL | 229.17º | 0.63% | 0.22% | - |
| HSV(B) | 229.17º | 0.77% | 0.36% | - |
| XYZ | 2.86 | 2.09 | 10.61 | - |
| YUV | 36.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 93 | 0.77 | 0.63 | 0 | 0.64 | 229.17 | 0.63 | 0.22 |
| Hex | 15 | 22 | 5D | 4D | 3F | 0 | 40 | E5 | 3F | 16 |
| Octal | 25 | 42 | 135 | 115 | 77 | 0 | 100 | 345 | 77 | 26 |
| Binary | 10101 | 100010 | 1011101 | 1001101 | 111111 | 0 | 1000000 | 11100101 | 111111 | 10110 |
Color Harmonies of #15225D
Complementary color
Monochromatic Colors of #15225D
Black with #15225D
Text Example
Text Example
White with #15225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15225D; }
p { color: rgb(21,34,93); }
H1.HeaderClassName
{
color: #15225D;
}
.AnyTagClassName
{
color: #15225D;
}
</style>
background-color css
<style>
a { background-color: #15225D; }
a { background-color: rgb(21,34,93); }
div.DivClassName
{
background-color: #15225D;
}
.BgClassName
{
background-color: #15225D;
}
</style>
border-color css
<style>
span { border-color: #15225D; }
span { border-color: rgb(21,34,93); }
td.TdClassName
{
border-color: #15225D;
}
.TagClassName
{
border-color: #15225D;
}
</style>