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