Shades of Sapphire #112F63
Tints of Sapphire #112F63
RGB
CMYK
RGB Variations
Color information
#112F63 (or 0x112F63) is known color: Sapphire. HEX triplet: 11, 2F and 63. RGB value is (17,47,99). Sum of RGB (Red+Green+Blue) = 17+47+99=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #112F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F63 is #EED09C. Grayscale: #2B2B2B. Windows color (decimal): -15650973 or 6500113. OLE color: 6500113.
HSL color Cylindrical-coordinate representation of color #112F63: hue angle of 218.05º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112F63 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 47 | 99 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.61 |
| HSL | 218.05º | 0.71% | 0.23% | - |
| HSV(B) | 218.05º | 0.83% | 0.39% | - |
| XYZ | 3.5 | 3.05 | 12.21 | - |
| YUV | 43.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 99 | 0.83 | 0.53 | 0 | 0.61 | 218.05 | 0.71 | 0.23 |
| Hex | 11 | 2F | 63 | 53 | 35 | 0 | 3D | DA | 47 | 17 |
| Octal | 21 | 57 | 143 | 123 | 65 | 0 | 75 | 332 | 107 | 27 |
| Binary | 10001 | 101111 | 1100011 | 1010011 | 110101 | 0 | 111101 | 11011010 | 1000111 | 10111 |
Color Harmonies of #112F63
Complementary color
Monochromatic Colors of #112F63
Black with #112F63
Text Example
Text Example
White with #112F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F63; }
p { color: rgb(17,47,99); }
H1.HeaderClassName
{
color: #112F63;
}
.AnyTagClassName
{
color: #112F63;
}
</style>
background-color css
<style>
a { background-color: #112F63; }
a { background-color: rgb(17,47,99); }
div.DivClassName
{
background-color: #112F63;
}
.BgClassName
{
background-color: #112F63;
}
</style>
border-color css
<style>
span { border-color: #112F63; }
span { border-color: rgb(17,47,99); }
td.TdClassName
{
border-color: #112F63;
}
.TagClassName
{
border-color: #112F63;
}
</style>