Shades of Sapphire #152673
Tints of Sapphire #152673
RGB
CMYK
RGB Variations
Color information
#152673 (or 0x152673) is known color: Sapphire. HEX triplet: 15, 26 and 73. RGB value is (21,38,115). Sum of RGB (Red+Green+Blue) = 21+38+115=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #152673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152673 is #EAD98C. Grayscale: #292929. Windows color (decimal): -15391117 or 7546389. OLE color: 7546389.
HSL color Cylindrical-coordinate representation of color #152673: hue angle of 229.15º 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 #152673 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 38 | 115 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.55 |
| HSL | 229.15º | 0.69% | 0.27% | - |
| HSV(B) | 229.15º | 0.82% | 0.45% | - |
| XYZ | 4.1 | 2.78 | 16.54 | - |
| YUV | 41.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 115 | 0.82 | 0.67 | 0 | 0.55 | 229.15 | 0.69 | 0.27 |
| Hex | 15 | 26 | 73 | 52 | 43 | 0 | 37 | E5 | 45 | 1B |
| Octal | 25 | 46 | 163 | 122 | 103 | 0 | 67 | 345 | 105 | 33 |
| Binary | 10101 | 100110 | 1110011 | 1010010 | 1000011 | 0 | 110111 | 11100101 | 1000101 | 11011 |
Color Harmonies of #152673
Complementary color
Monochromatic Colors of #152673
Black with #152673
Text Example
Text Example
White with #152673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152673; }
p { color: rgb(21,38,115); }
H1.HeaderClassName
{
color: #152673;
}
.AnyTagClassName
{
color: #152673;
}
</style>
background-color css
<style>
a { background-color: #152673; }
a { background-color: rgb(21,38,115); }
div.DivClassName
{
background-color: #152673;
}
.BgClassName
{
background-color: #152673;
}
</style>
border-color css
<style>
span { border-color: #152673; }
span { border-color: rgb(21,38,115); }
td.TdClassName
{
border-color: #152673;
}
.TagClassName
{
border-color: #152673;
}
</style>