Shades of Sapphire #15305D
Tints of Sapphire #15305D
RGB
CMYK
RGB Variations
Color information
#15305D (or 0x15305D) is known color: Sapphire. HEX triplet: 15, 30 and 5D. RGB value is (21,48,93). Sum of RGB (Red+Green+Blue) = 21+48+93=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #15305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15305D is #EACFA2. Grayscale: #2C2C2C. Windows color (decimal): -15388579 or 6107157. OLE color: 6107157.
HSL color Cylindrical-coordinate representation of color #15305D: hue angle of 217.5º 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 #15305D is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 48 | 93 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.64 |
| HSL | 217.5º | 0.63% | 0.22% | - |
| HSV(B) | 217.5º | 0.77% | 0.36% | - |
| XYZ | 3.34 | 3.06 | 10.77 | - |
| YUV | 45.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 93 | 0.77 | 0.48 | 0 | 0.64 | 217.5 | 0.63 | 0.22 |
| Hex | 15 | 30 | 5D | 4D | 30 | 0 | 40 | DA | 3F | 16 |
| Octal | 25 | 60 | 135 | 115 | 60 | 0 | 100 | 332 | 77 | 26 |
| Binary | 10101 | 110000 | 1011101 | 1001101 | 110000 | 0 | 1000000 | 11011010 | 111111 | 10110 |
Color Harmonies of #15305D
Complementary color
Monochromatic Colors of #15305D
Black with #15305D
Text Example
Text Example
White with #15305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15305D; }
p { color: rgb(21,48,93); }
H1.HeaderClassName
{
color: #15305D;
}
.AnyTagClassName
{
color: #15305D;
}
</style>
background-color css
<style>
a { background-color: #15305D; }
a { background-color: rgb(21,48,93); }
div.DivClassName
{
background-color: #15305D;
}
.BgClassName
{
background-color: #15305D;
}
</style>
border-color css
<style>
span { border-color: #15305D; }
span { border-color: rgb(21,48,93); }
td.TdClassName
{
border-color: #15305D;
}
.TagClassName
{
border-color: #15305D;
}
</style>