Shades of Sapphire #153674
Tints of Sapphire #153674
RGB
CMYK
RGB Variations
Color information
#153674 (or 0x153674) is known color: Sapphire. HEX triplet: 15, 36 and 74. RGB value is (21,54,116). Sum of RGB (Red+Green+Blue) = 21+54+116=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #153674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153674 is #EAC98B. Grayscale: #323232. Windows color (decimal): -15387020 or 7616021. OLE color: 7616021.
HSL color Cylindrical-coordinate representation of color #153674: hue angle of 219.16º 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 #153674 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 54 | 116 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.55 |
| HSL | 219.16º | 0.69% | 0.27% | - |
| HSV(B) | 219.16º | 0.82% | 0.45% | - |
| XYZ | 4.78 | 4.06 | 17.05 | - |
| YUV | 51.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 116 | 0.82 | 0.53 | 0 | 0.55 | 219.16 | 0.69 | 0.27 |
| Hex | 15 | 36 | 74 | 52 | 35 | 0 | 37 | DB | 45 | 1B |
| Octal | 25 | 66 | 164 | 122 | 65 | 0 | 67 | 333 | 105 | 33 |
| Binary | 10101 | 110110 | 1110100 | 1010010 | 110101 | 0 | 110111 | 11011011 | 1000101 | 11011 |
Color Harmonies of #153674
Complementary color
Monochromatic Colors of #153674
Black with #153674
Text Example
Text Example
White with #153674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153674; }
p { color: rgb(21,54,116); }
H1.HeaderClassName
{
color: #153674;
}
.AnyTagClassName
{
color: #153674;
}
</style>
background-color css
<style>
a { background-color: #153674; }
a { background-color: rgb(21,54,116); }
div.DivClassName
{
background-color: #153674;
}
.BgClassName
{
background-color: #153674;
}
</style>
border-color css
<style>
span { border-color: #153674; }
span { border-color: rgb(21,54,116); }
td.TdClassName
{
border-color: #153674;
}
.TagClassName
{
border-color: #153674;
}
</style>