Shades of Sapphire #153171
Tints of Sapphire #153171
RGB
CMYK
RGB Variations
Color information
#153171 (or 0x153171) is known color: Sapphire. HEX triplet: 15, 31 and 71. RGB value is (21,49,113). Sum of RGB (Red+Green+Blue) = 21+49+113=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #153171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153171 is #EACE8E. Grayscale: #2F2F2F. Windows color (decimal): -15388303 or 7418133. OLE color: 7418133.
HSL color Cylindrical-coordinate representation of color #153171: hue angle of 221.74º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153171 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 49 | 113 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.56 |
| HSL | 221.74º | 0.69% | 0.26% | - |
| HSV(B) | 221.74º | 0.81% | 0.44% | - |
| XYZ | 4.39 | 3.55 | 16.08 | - |
| YUV | 47.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 113 | 0.81 | 0.57 | 0 | 0.56 | 221.74 | 0.69 | 0.26 |
| Hex | 15 | 31 | 71 | 51 | 39 | 0 | 38 | DE | 45 | 1A |
| Octal | 25 | 61 | 161 | 121 | 71 | 0 | 70 | 336 | 105 | 32 |
| Binary | 10101 | 110001 | 1110001 | 1010001 | 111001 | 0 | 111000 | 11011110 | 1000101 | 11010 |
Color Harmonies of #153171
Complementary color
Monochromatic Colors of #153171
Black with #153171
Text Example
Text Example
White with #153171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153171; }
p { color: rgb(21,49,113); }
H1.HeaderClassName
{
color: #153171;
}
.AnyTagClassName
{
color: #153171;
}
</style>
background-color css
<style>
a { background-color: #153171; }
a { background-color: rgb(21,49,113); }
div.DivClassName
{
background-color: #153171;
}
.BgClassName
{
background-color: #153171;
}
</style>
border-color css
<style>
span { border-color: #153171; }
span { border-color: rgb(21,49,113); }
td.TdClassName
{
border-color: #153171;
}
.TagClassName
{
border-color: #153171;
}
</style>