Shades of Sapphire #15205B
Tints of Sapphire #15205B
RGB
CMYK
RGB Variations
Color information
#15205B (or 0x15205B) is known color: Sapphire. HEX triplet: 15, 20 and 5B. RGB value is (21,32,91). Sum of RGB (Red+Green+Blue) = 21+32+91=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #15205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15205B is #EADFA4. Grayscale: #232323. Windows color (decimal): -15392677 or 5971989. OLE color: 5971989.
HSL color Cylindrical-coordinate representation of color #15205B: hue angle of 230.57º degrees, saturation: 0.62, 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 #15205B is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 32 | 91 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.64 |
| HSL | 230.57º | 0.63% | 0.22% | - |
| HSV(B) | 230.57º | 0.77% | 0.36% | - |
| XYZ | 2.71 | 1.95 | 10.13 | - |
| YUV | 35.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 91 | 0.77 | 0.65 | 0 | 0.64 | 230.57 | 0.63 | 0.22 |
| Hex | 15 | 20 | 5B | 4D | 41 | 0 | 40 | E7 | 3E | 16 |
| Octal | 25 | 40 | 133 | 115 | 101 | 0 | 100 | 347 | 76 | 26 |
| Binary | 10101 | 100000 | 1011011 | 1001101 | 1000001 | 0 | 1000000 | 11100111 | 111110 | 10110 |
Color Harmonies of #15205B
Complementary color
Monochromatic Colors of #15205B
Black with #15205B
Text Example
Text Example
White with #15205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15205B; }
p { color: rgb(21,32,91); }
H1.HeaderClassName
{
color: #15205B;
}
.AnyTagClassName
{
color: #15205B;
}
</style>
background-color css
<style>
a { background-color: #15205B; }
a { background-color: rgb(21,32,91); }
div.DivClassName
{
background-color: #15205B;
}
.BgClassName
{
background-color: #15205B;
}
</style>
border-color css
<style>
span { border-color: #15205B; }
span { border-color: rgb(21,32,91); }
td.TdClassName
{
border-color: #15205B;
}
.TagClassName
{
border-color: #15205B;
}
</style>