Shades of Sapphire #112F68
Tints of Sapphire #112F68
RGB
CMYK
RGB Variations
Color information
#112F68 (or 0x112F68) is known color: Sapphire. HEX triplet: 11, 2F and 68. RGB value is (17,47,104). Sum of RGB (Red+Green+Blue) = 17+47+104=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #112F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F68 is #EED097. Grayscale: #2C2C2C. Windows color (decimal): -15650968 or 6827793. OLE color: 6827793.
HSL color Cylindrical-coordinate representation of color #112F68: hue angle of 219.31º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112F68 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 47 | 104 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.59 |
| HSL | 219.31º | 0.72% | 0.24% | - |
| HSV(B) | 219.31º | 0.84% | 0.41% | - |
| XYZ | 3.75 | 3.15 | 13.51 | - |
| YUV | 44.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 104 | 0.84 | 0.55 | 0 | 0.59 | 219.31 | 0.72 | 0.24 |
| Hex | 11 | 2F | 68 | 54 | 37 | 0 | 3B | DB | 48 | 18 |
| Octal | 21 | 57 | 150 | 124 | 67 | 0 | 73 | 333 | 110 | 30 |
| Binary | 10001 | 101111 | 1101000 | 1010100 | 110111 | 0 | 111011 | 11011011 | 1001000 | 11000 |
Color Harmonies of #112F68
Complementary color
Monochromatic Colors of #112F68
Black with #112F68
Text Example
Text Example
White with #112F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F68; }
p { color: rgb(17,47,104); }
H1.HeaderClassName
{
color: #112F68;
}
.AnyTagClassName
{
color: #112F68;
}
</style>
background-color css
<style>
a { background-color: #112F68; }
a { background-color: rgb(17,47,104); }
div.DivClassName
{
background-color: #112F68;
}
.BgClassName
{
background-color: #112F68;
}
</style>
border-color css
<style>
span { border-color: #112F68; }
span { border-color: rgb(17,47,104); }
td.TdClassName
{
border-color: #112F68;
}
.TagClassName
{
border-color: #112F68;
}
</style>