Shades of Sapphire #15316B
Tints of Sapphire #15316B
RGB
CMYK
RGB Variations
Color information
#15316B (or 0x15316B) is known color: Sapphire. HEX triplet: 15, 31 and 6B. RGB value is (21,49,107). Sum of RGB (Red+Green+Blue) = 21+49+107=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #15316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15316B is #EACE94. Grayscale: #2E2E2E. Windows color (decimal): -15388309 or 7024917. OLE color: 7024917.
HSL color Cylindrical-coordinate representation of color #15316B: hue angle of 220.47º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15316B is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 49 | 107 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.58 |
| HSL | 220.47º | 0.67% | 0.25% | - |
| HSV(B) | 220.47º | 0.8% | 0.42% | - |
| XYZ | 4.06 | 3.42 | 14.36 | - |
| YUV | 47.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 107 | 0.80 | 0.54 | 0 | 0.58 | 220.47 | 0.67 | 0.25 |
| Hex | 15 | 31 | 6B | 50 | 36 | 0 | 3A | DC | 43 | 19 |
| Octal | 25 | 61 | 153 | 120 | 66 | 0 | 72 | 334 | 103 | 31 |
| Binary | 10101 | 110001 | 1101011 | 1010000 | 110110 | 0 | 111010 | 11011100 | 1000011 | 11001 |
Color Harmonies of #15316B
Complementary color
Monochromatic Colors of #15316B
Black with #15316B
Text Example
Text Example
White with #15316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15316B; }
p { color: rgb(21,49,107); }
H1.HeaderClassName
{
color: #15316B;
}
.AnyTagClassName
{
color: #15316B;
}
</style>
background-color css
<style>
a { background-color: #15316B; }
a { background-color: rgb(21,49,107); }
div.DivClassName
{
background-color: #15316B;
}
.BgClassName
{
background-color: #15316B;
}
</style>
border-color css
<style>
span { border-color: #15316B; }
span { border-color: rgb(21,49,107); }
td.TdClassName
{
border-color: #15316B;
}
.TagClassName
{
border-color: #15316B;
}
</style>