Shades of Sapphire #15305C
Tints of Sapphire #15305C
RGB
CMYK
RGB Variations
Color information
#15305C (or 0x15305C) is known color: Sapphire. HEX triplet: 15, 30 and 5C. RGB value is (21,48,92). Sum of RGB (Red+Green+Blue) = 21+48+92=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #15305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15305C is #EACFA3. Grayscale: #2C2C2C. Windows color (decimal): -15388580 or 6041621. OLE color: 6041621.
HSL color Cylindrical-coordinate representation of color #15305C: hue angle of 217.18º 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 #15305C is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 48 | 92 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.64 |
| HSL | 217.18º | 0.63% | 0.22% | - |
| HSV(B) | 217.18º | 0.77% | 0.36% | - |
| XYZ | 3.3 | 3.05 | 10.54 | - |
| YUV | 44.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 92 | 0.77 | 0.48 | 0 | 0.64 | 217.18 | 0.63 | 0.22 |
| Hex | 15 | 30 | 5C | 4D | 30 | 0 | 40 | D9 | 3F | 16 |
| Octal | 25 | 60 | 134 | 115 | 60 | 0 | 100 | 331 | 77 | 26 |
| Binary | 10101 | 110000 | 1011100 | 1001101 | 110000 | 0 | 1000000 | 11011001 | 111111 | 10110 |
Color Harmonies of #15305C
Complementary color
Monochromatic Colors of #15305C
Black with #15305C
Text Example
Text Example
White with #15305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15305C; }
p { color: rgb(21,48,92); }
H1.HeaderClassName
{
color: #15305C;
}
.AnyTagClassName
{
color: #15305C;
}
</style>
background-color css
<style>
a { background-color: #15305C; }
a { background-color: rgb(21,48,92); }
div.DivClassName
{
background-color: #15305C;
}
.BgClassName
{
background-color: #15305C;
}
</style>
border-color css
<style>
span { border-color: #15305C; }
span { border-color: rgb(21,48,92); }
td.TdClassName
{
border-color: #15305C;
}
.TagClassName
{
border-color: #15305C;
}
</style>