Shades of Sapphire #15295C
Tints of Sapphire #15295C
RGB
CMYK
RGB Variations
Color information
#15295C (or 0x15295C) is known color: Sapphire. HEX triplet: 15, 29 and 5C. RGB value is (21,41,92). Sum of RGB (Red+Green+Blue) = 21+41+92=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #15295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15295C is #EAD6A3. Grayscale: #282828. Windows color (decimal): -15390372 or 6039829. OLE color: 6039829.
HSL color Cylindrical-coordinate representation of color #15295C: hue angle of 223.1º 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 #15295C is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 41 | 92 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.64 |
| HSL | 223.1º | 0.63% | 0.22% | - |
| HSV(B) | 223.1º | 0.77% | 0.36% | - |
| XYZ | 3.03 | 2.52 | 10.45 | - |
| YUV | 40.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 92 | 0.77 | 0.55 | 0 | 0.64 | 223.1 | 0.63 | 0.22 |
| Hex | 15 | 29 | 5C | 4D | 37 | 0 | 40 | DF | 3F | 16 |
| Octal | 25 | 51 | 134 | 115 | 67 | 0 | 100 | 337 | 77 | 26 |
| Binary | 10101 | 101001 | 1011100 | 1001101 | 110111 | 0 | 1000000 | 11011111 | 111111 | 10110 |
Color Harmonies of #15295C
Complementary color
Monochromatic Colors of #15295C
Black with #15295C
Text Example
Text Example
White with #15295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15295C; }
p { color: rgb(21,41,92); }
H1.HeaderClassName
{
color: #15295C;
}
.AnyTagClassName
{
color: #15295C;
}
</style>
background-color css
<style>
a { background-color: #15295C; }
a { background-color: rgb(21,41,92); }
div.DivClassName
{
background-color: #15295C;
}
.BgClassName
{
background-color: #15295C;
}
</style>
border-color css
<style>
span { border-color: #15295C; }
span { border-color: rgb(21,41,92); }
td.TdClassName
{
border-color: #15295C;
}
.TagClassName
{
border-color: #15295C;
}
</style>