Shades of Sapphire #112A67
Tints of Sapphire #112A67
RGB
CMYK
RGB Variations
Color information
#112A67 (or 0x112A67) is known color: Sapphire. HEX triplet: 11, 2A and 67. RGB value is (17,42,103). Sum of RGB (Red+Green+Blue) = 17+42+103=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #112A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A67 is #EED598. Grayscale: #292929. Windows color (decimal): -15652249 or 6760977. OLE color: 6760977.
HSL color Cylindrical-coordinate representation of color #112A67: hue angle of 222.56º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112A67 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 42 | 103 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.60 |
| HSL | 222.56º | 0.72% | 0.24% | - |
| HSV(B) | 222.56º | 0.83% | 0.4% | - |
| XYZ | 3.51 | 2.75 | 13.18 | - |
| YUV | 41.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 103 | 0.83 | 0.59 | 0 | 0.60 | 222.56 | 0.72 | 0.24 |
| Hex | 11 | 2A | 67 | 53 | 3B | 0 | 3C | DF | 48 | 18 |
| Octal | 21 | 52 | 147 | 123 | 73 | 0 | 74 | 337 | 110 | 30 |
| Binary | 10001 | 101010 | 1100111 | 1010011 | 111011 | 0 | 111100 | 11011111 | 1001000 | 11000 |
Color Harmonies of #112A67
Complementary color
Monochromatic Colors of #112A67
Black with #112A67
Text Example
Text Example
White with #112A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A67; }
p { color: rgb(17,42,103); }
H1.HeaderClassName
{
color: #112A67;
}
.AnyTagClassName
{
color: #112A67;
}
</style>
background-color css
<style>
a { background-color: #112A67; }
a { background-color: rgb(17,42,103); }
div.DivClassName
{
background-color: #112A67;
}
.BgClassName
{
background-color: #112A67;
}
</style>
border-color css
<style>
span { border-color: #112A67; }
span { border-color: rgb(17,42,103); }
td.TdClassName
{
border-color: #112A67;
}
.TagClassName
{
border-color: #112A67;
}
</style>