Shades of Sapphire #153173
Tints of Sapphire #153173
RGB
CMYK
RGB Variations
Color information
#153173 (or 0x153173) is known color: Sapphire. HEX triplet: 15, 31 and 73. RGB value is (21,49,115). Sum of RGB (Red+Green+Blue) = 21+49+115=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #153173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153173 is #EACE8C. Grayscale: #2F2F2F. Windows color (decimal): -15388301 or 7549205. OLE color: 7549205.
HSL color Cylindrical-coordinate representation of color #153173: hue angle of 222.13º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153173 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 49 | 115 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.55 |
| HSL | 222.13º | 0.69% | 0.27% | - |
| HSV(B) | 222.13º | 0.82% | 0.45% | - |
| XYZ | 4.5 | 3.59 | 16.68 | - |
| YUV | 48.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 115 | 0.82 | 0.57 | 0 | 0.55 | 222.13 | 0.69 | 0.27 |
| Hex | 15 | 31 | 73 | 52 | 39 | 0 | 37 | DE | 45 | 1B |
| Octal | 25 | 61 | 163 | 122 | 71 | 0 | 67 | 336 | 105 | 33 |
| Binary | 10101 | 110001 | 1110011 | 1010010 | 111001 | 0 | 110111 | 11011110 | 1000101 | 11011 |
Color Harmonies of #153173
Complementary color
Monochromatic Colors of #153173
Black with #153173
Text Example
Text Example
White with #153173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153173; }
p { color: rgb(21,49,115); }
H1.HeaderClassName
{
color: #153173;
}
.AnyTagClassName
{
color: #153173;
}
</style>
background-color css
<style>
a { background-color: #153173; }
a { background-color: rgb(21,49,115); }
div.DivClassName
{
background-color: #153173;
}
.BgClassName
{
background-color: #153173;
}
</style>
border-color css
<style>
span { border-color: #153173; }
span { border-color: rgb(21,49,115); }
td.TdClassName
{
border-color: #153173;
}
.TagClassName
{
border-color: #153173;
}
</style>