Shades of Sapphire #112154
Tints of Sapphire #112154
RGB
CMYK
RGB Variations
Color information
#112154 (or 0x112154) is known color: Sapphire. HEX triplet: 11, 21 and 54. RGB value is (17,33,84). Sum of RGB (Red+Green+Blue) = 17+33+84=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #112154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112154 is #EEDEAB. Grayscale: #212121. Windows color (decimal): -15654572 or 5513489. OLE color: 5513489.
HSL color Cylindrical-coordinate representation of color #112154: hue angle of 225.67º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112154 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 33 | 84 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.67 |
| HSL | 225.67º | 0.66% | 0.2% | - |
| HSV(B) | 225.67º | 0.8% | 0.33% | - |
| XYZ | 2.38 | 1.85 | 8.62 | - |
| YUV | 34.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 84 | 0.80 | 0.61 | 0 | 0.67 | 225.67 | 0.66 | 0.2 |
| Hex | 11 | 21 | 54 | 50 | 3D | 0 | 43 | E2 | 42 | 14 |
| Octal | 21 | 41 | 124 | 120 | 75 | 0 | 103 | 342 | 102 | 24 |
| Binary | 10001 | 100001 | 1010100 | 1010000 | 111101 | 0 | 1000011 | 11100010 | 1000010 | 10100 |
Color Harmonies of #112154
Complementary color
Monochromatic Colors of #112154
Black with #112154
Text Example
Text Example
White with #112154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112154; }
p { color: rgb(17,33,84); }
H1.HeaderClassName
{
color: #112154;
}
.AnyTagClassName
{
color: #112154;
}
</style>
background-color css
<style>
a { background-color: #112154; }
a { background-color: rgb(17,33,84); }
div.DivClassName
{
background-color: #112154;
}
.BgClassName
{
background-color: #112154;
}
</style>
border-color css
<style>
span { border-color: #112154; }
span { border-color: rgb(17,33,84); }
td.TdClassName
{
border-color: #112154;
}
.TagClassName
{
border-color: #112154;
}
</style>