Shades of Sapphire #15296E
Tints of Sapphire #15296E
RGB
CMYK
RGB Variations
Color information
#15296E (or 0x15296E) is known color: Sapphire. HEX triplet: 15, 29 and 6E. RGB value is (21,41,110). Sum of RGB (Red+Green+Blue) = 21+41+110=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #15296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15296E is #EAD691. Grayscale: #2A2A2A. Windows color (decimal): -15390354 or 7219477. OLE color: 7219477.
HSL color Cylindrical-coordinate representation of color #15296E: hue angle of 226.52º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15296E is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 41 | 110 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.57 |
| HSL | 226.52º | 0.68% | 0.26% | - |
| HSV(B) | 226.52º | 0.81% | 0.43% | - |
| XYZ | 3.92 | 2.87 | 15.1 | - |
| YUV | 42.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 110 | 0.81 | 0.63 | 0 | 0.57 | 226.52 | 0.68 | 0.26 |
| Hex | 15 | 29 | 6E | 51 | 3F | 0 | 39 | E3 | 44 | 1A |
| Octal | 25 | 51 | 156 | 121 | 77 | 0 | 71 | 343 | 104 | 32 |
| Binary | 10101 | 101001 | 1101110 | 1010001 | 111111 | 0 | 111001 | 11100011 | 1000100 | 11010 |
Color Harmonies of #15296E
Complementary color
Monochromatic Colors of #15296E
Black with #15296E
Text Example
Text Example
White with #15296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15296E; }
p { color: rgb(21,41,110); }
H1.HeaderClassName
{
color: #15296E;
}
.AnyTagClassName
{
color: #15296E;
}
</style>
background-color css
<style>
a { background-color: #15296E; }
a { background-color: rgb(21,41,110); }
div.DivClassName
{
background-color: #15296E;
}
.BgClassName
{
background-color: #15296E;
}
</style>
border-color css
<style>
span { border-color: #15296E; }
span { border-color: rgb(21,41,110); }
td.TdClassName
{
border-color: #15296E;
}
.TagClassName
{
border-color: #15296E;
}
</style>