Shades of Sapphire #112A5C
Tints of Sapphire #112A5C
RGB
CMYK
RGB Variations
Color information
#112A5C (or 0x112A5C) is known color: Sapphire. HEX triplet: 11, 2A and 5C. RGB value is (17,42,92). Sum of RGB (Red+Green+Blue) = 17+42+92=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #112A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A5C is #EED5A3. Grayscale: #272727. Windows color (decimal): -15652260 or 6040081. OLE color: 6040081.
HSL color Cylindrical-coordinate representation of color #112A5C: hue angle of 220º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112A5C is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 42 | 92 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.64 |
| HSL | 220º | 0.69% | 0.21% | - |
| HSV(B) | 220º | 0.82% | 0.36% | - |
| XYZ | 2.99 | 2.55 | 10.46 | - |
| YUV | 40.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 92 | 0.82 | 0.54 | 0 | 0.64 | 220 | 0.69 | 0.21 |
| Hex | 11 | 2A | 5C | 52 | 36 | 0 | 40 | DC | 45 | 15 |
| Octal | 21 | 52 | 134 | 122 | 66 | 0 | 100 | 334 | 105 | 25 |
| Binary | 10001 | 101010 | 1011100 | 1010010 | 110110 | 0 | 1000000 | 11011100 | 1000101 | 10101 |
Color Harmonies of #112A5C
Complementary color
Monochromatic Colors of #112A5C
Black with #112A5C
Text Example
Text Example
White with #112A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A5C; }
p { color: rgb(17,42,92); }
H1.HeaderClassName
{
color: #112A5C;
}
.AnyTagClassName
{
color: #112A5C;
}
</style>
background-color css
<style>
a { background-color: #112A5C; }
a { background-color: rgb(17,42,92); }
div.DivClassName
{
background-color: #112A5C;
}
.BgClassName
{
background-color: #112A5C;
}
</style>
border-color css
<style>
span { border-color: #112A5C; }
span { border-color: rgb(17,42,92); }
td.TdClassName
{
border-color: #112A5C;
}
.TagClassName
{
border-color: #112A5C;
}
</style>