Shades of Sapphire #112752
Tints of Sapphire #112752
RGB
CMYK
RGB Variations
Color information
#112752 (or 0x112752) is known color: Sapphire. HEX triplet: 11, 27 and 52. RGB value is (17,39,82). Sum of RGB (Red+Green+Blue) = 17+39+82=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #112752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112752 is #EED8AD. Grayscale: #252525. Windows color (decimal): -15653038 or 5383953. OLE color: 5383953.
HSL color Cylindrical-coordinate representation of color #112752: hue angle of 219.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112752 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 39 | 82 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.68 |
| HSL | 219.69º | 0.66% | 0.19% | - |
| HSV(B) | 219.69º | 0.79% | 0.32% | - |
| XYZ | 2.48 | 2.18 | 8.27 | - |
| YUV | 37.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 82 | 0.79 | 0.52 | 0 | 0.68 | 219.69 | 0.66 | 0.19 |
| Hex | 11 | 27 | 52 | 4F | 34 | 0 | 44 | DC | 42 | 13 |
| Octal | 21 | 47 | 122 | 117 | 64 | 0 | 104 | 334 | 102 | 23 |
| Binary | 10001 | 100111 | 1010010 | 1001111 | 110100 | 0 | 1000100 | 11011100 | 1000010 | 10011 |
Color Harmonies of #112752
Complementary color
Monochromatic Colors of #112752
Black with #112752
Text Example
Text Example
White with #112752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112752; }
p { color: rgb(17,39,82); }
H1.HeaderClassName
{
color: #112752;
}
.AnyTagClassName
{
color: #112752;
}
</style>
background-color css
<style>
a { background-color: #112752; }
a { background-color: rgb(17,39,82); }
div.DivClassName
{
background-color: #112752;
}
.BgClassName
{
background-color: #112752;
}
</style>
border-color css
<style>
span { border-color: #112752; }
span { border-color: rgb(17,39,82); }
td.TdClassName
{
border-color: #112752;
}
.TagClassName
{
border-color: #112752;
}
</style>