Shades of Sapphire #112753
Tints of Sapphire #112753
RGB
CMYK
RGB Variations
Color information
#112753 (or 0x112753) is known color: Sapphire. HEX triplet: 11, 27 and 53. RGB value is (17,39,83). Sum of RGB (Red+Green+Blue) = 17+39+83=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #112753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112753 is #EED8AC. Grayscale: #252525. Windows color (decimal): -15653037 or 5449489. OLE color: 5449489.
HSL color Cylindrical-coordinate representation of color #112753: hue angle of 220º 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 #112753 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 39 | 83 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.67 |
| HSL | 220º | 0.66% | 0.2% | - |
| HSV(B) | 220º | 0.8% | 0.33% | - |
| XYZ | 2.52 | 2.19 | 8.47 | - |
| YUV | 37.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 83 | 0.80 | 0.53 | 0 | 0.67 | 220 | 0.66 | 0.2 |
| Hex | 11 | 27 | 53 | 50 | 35 | 0 | 43 | DC | 42 | 14 |
| Octal | 21 | 47 | 123 | 120 | 65 | 0 | 103 | 334 | 102 | 24 |
| Binary | 10001 | 100111 | 1010011 | 1010000 | 110101 | 0 | 1000011 | 11011100 | 1000010 | 10100 |
Color Harmonies of #112753
Complementary color
Monochromatic Colors of #112753
Black with #112753
Text Example
Text Example
White with #112753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112753; }
p { color: rgb(17,39,83); }
H1.HeaderClassName
{
color: #112753;
}
.AnyTagClassName
{
color: #112753;
}
</style>
background-color css
<style>
a { background-color: #112753; }
a { background-color: rgb(17,39,83); }
div.DivClassName
{
background-color: #112753;
}
.BgClassName
{
background-color: #112753;
}
</style>
border-color css
<style>
span { border-color: #112753; }
span { border-color: rgb(17,39,83); }
td.TdClassName
{
border-color: #112753;
}
.TagClassName
{
border-color: #112753;
}
</style>