Shades of Sapphire #15326C
Tints of Sapphire #15326C
RGB
CMYK
RGB Variations
Color information
#15326C (or 0x15326C) is known color: Sapphire. HEX triplet: 15, 32 and 6C. RGB value is (21,50,108). Sum of RGB (Red+Green+Blue) = 21+50+108=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #15326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15326C is #EACD93. Grayscale: #2F2F2F. Windows color (decimal): -15388052 or 7090709. OLE color: 7090709.
HSL color Cylindrical-coordinate representation of color #15326C: hue angle of 220º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15326C is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 50 | 108 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.58 |
| HSL | 220º | 0.67% | 0.25% | - |
| HSV(B) | 220º | 0.81% | 0.42% | - |
| XYZ | 4.16 | 3.52 | 14.65 | - |
| YUV | 47.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 108 | 0.81 | 0.54 | 0 | 0.58 | 220 | 0.67 | 0.25 |
| Hex | 15 | 32 | 6C | 51 | 36 | 0 | 3A | DC | 43 | 19 |
| Octal | 25 | 62 | 154 | 121 | 66 | 0 | 72 | 334 | 103 | 31 |
| Binary | 10101 | 110010 | 1101100 | 1010001 | 110110 | 0 | 111010 | 11011100 | 1000011 | 11001 |
Color Harmonies of #15326C
Complementary color
Monochromatic Colors of #15326C
Black with #15326C
Text Example
Text Example
White with #15326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15326C; }
p { color: rgb(21,50,108); }
H1.HeaderClassName
{
color: #15326C;
}
.AnyTagClassName
{
color: #15326C;
}
</style>
background-color css
<style>
a { background-color: #15326C; }
a { background-color: rgb(21,50,108); }
div.DivClassName
{
background-color: #15326C;
}
.BgClassName
{
background-color: #15326C;
}
</style>
border-color css
<style>
span { border-color: #15326C; }
span { border-color: rgb(21,50,108); }
td.TdClassName
{
border-color: #15326C;
}
.TagClassName
{
border-color: #15326C;
}
</style>