Shades of Sapphire #112A72
Tints of Sapphire #112A72
RGB
CMYK
RGB Variations
Color information
#112A72 (or 0x112A72) is known color: Sapphire. HEX triplet: 11, 2A and 72. RGB value is (17,42,114). Sum of RGB (Red+Green+Blue) = 17+42+114=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #112A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A72 is #EED58D. Grayscale: #2A2A2A. Windows color (decimal): -15652238 or 7481873. OLE color: 7481873.
HSL color Cylindrical-coordinate representation of color #112A72: hue angle of 224.54º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112A72 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 42 | 114 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.55 |
| HSL | 224.54º | 0.74% | 0.26% | - |
| HSV(B) | 224.54º | 0.85% | 0.45% | - |
| XYZ | 4.1 | 2.99 | 16.28 | - |
| YUV | 42.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 114 | 0.85 | 0.63 | 0 | 0.55 | 224.54 | 0.74 | 0.26 |
| Hex | 11 | 2A | 72 | 55 | 3F | 0 | 37 | E1 | 4A | 1A |
| Octal | 21 | 52 | 162 | 125 | 77 | 0 | 67 | 341 | 112 | 32 |
| Binary | 10001 | 101010 | 1110010 | 1010101 | 111111 | 0 | 110111 | 11100001 | 1001010 | 11010 |
Color Harmonies of #112A72
Complementary color
Monochromatic Colors of #112A72
Black with #112A72
Text Example
Text Example
White with #112A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A72; }
p { color: rgb(17,42,114); }
H1.HeaderClassName
{
color: #112A72;
}
.AnyTagClassName
{
color: #112A72;
}
</style>
background-color css
<style>
a { background-color: #112A72; }
a { background-color: rgb(17,42,114); }
div.DivClassName
{
background-color: #112A72;
}
.BgClassName
{
background-color: #112A72;
}
</style>
border-color css
<style>
span { border-color: #112A72; }
span { border-color: rgb(17,42,114); }
td.TdClassName
{
border-color: #112A72;
}
.TagClassName
{
border-color: #112A72;
}
</style>