Shades of Sapphire #15305E
Tints of Sapphire #15305E
RGB
CMYK
RGB Variations
Color information
#15305E (or 0x15305E) is known color: Sapphire. HEX triplet: 15, 30 and 5E. RGB value is (21,48,94). Sum of RGB (Red+Green+Blue) = 21+48+94=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #15305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15305E is #EACFA1. Grayscale: #2C2C2C. Windows color (decimal): -15388578 or 6172693. OLE color: 6172693.
HSL color Cylindrical-coordinate representation of color #15305E: hue angle of 217.81º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15305E is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 48 | 94 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.63 |
| HSL | 217.81º | 0.63% | 0.23% | - |
| HSV(B) | 217.81º | 0.78% | 0.37% | - |
| XYZ | 3.39 | 3.08 | 11.01 | - |
| YUV | 45.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 94 | 0.78 | 0.49 | 0 | 0.63 | 217.81 | 0.63 | 0.23 |
| Hex | 15 | 30 | 5E | 4E | 31 | 0 | 3F | DA | 3F | 17 |
| Octal | 25 | 60 | 136 | 116 | 61 | 0 | 77 | 332 | 77 | 27 |
| Binary | 10101 | 110000 | 1011110 | 1001110 | 110001 | 0 | 111111 | 11011010 | 111111 | 10111 |
Color Harmonies of #15305E
Complementary color
Monochromatic Colors of #15305E
Black with #15305E
Text Example
Text Example
White with #15305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15305E; }
p { color: rgb(21,48,94); }
H1.HeaderClassName
{
color: #15305E;
}
.AnyTagClassName
{
color: #15305E;
}
</style>
background-color css
<style>
a { background-color: #15305E; }
a { background-color: rgb(21,48,94); }
div.DivClassName
{
background-color: #15305E;
}
.BgClassName
{
background-color: #15305E;
}
</style>
border-color css
<style>
span { border-color: #15305E; }
span { border-color: rgb(21,48,94); }
td.TdClassName
{
border-color: #15305E;
}
.TagClassName
{
border-color: #15305E;
}
</style>