Shades of Sapphire #112D7B
Tints of Sapphire #112D7B
RGB
CMYK
RGB Variations
Color information
#112D7B (or 0x112D7B) is known color: Sapphire. HEX triplet: 11, 2D and 7B. RGB value is (17,45,123). Sum of RGB (Red+Green+Blue) = 17+45+123=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #112D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D7B is #EED284. Grayscale: #2D2D2D. Windows color (decimal): -15651461 or 8072465. OLE color: 8072465.
HSL color Cylindrical-coordinate representation of color #112D7B: hue angle of 224.15º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112D7B is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 45 | 123 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.52 |
| HSL | 224.15º | 0.76% | 0.27% | - |
| HSV(B) | 224.15º | 0.86% | 0.48% | - |
| XYZ | 4.74 | 3.43 | 19.15 | - |
| YUV | 45.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 123 | 0.86 | 0.63 | 0 | 0.52 | 224.15 | 0.76 | 0.27 |
| Hex | 11 | 2D | 7B | 56 | 3F | 0 | 34 | E0 | 4C | 1B |
| Octal | 21 | 55 | 173 | 126 | 77 | 0 | 64 | 340 | 114 | 33 |
| Binary | 10001 | 101101 | 1111011 | 1010110 | 111111 | 0 | 110100 | 11100000 | 1001100 | 11011 |
Color Harmonies of #112D7B
Complementary color
Monochromatic Colors of #112D7B
Black with #112D7B
Text Example
Text Example
White with #112D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D7B; }
p { color: rgb(17,45,123); }
H1.HeaderClassName
{
color: #112D7B;
}
.AnyTagClassName
{
color: #112D7B;
}
</style>
background-color css
<style>
a { background-color: #112D7B; }
a { background-color: rgb(17,45,123); }
div.DivClassName
{
background-color: #112D7B;
}
.BgClassName
{
background-color: #112D7B;
}
</style>
border-color css
<style>
span { border-color: #112D7B; }
span { border-color: rgb(17,45,123); }
td.TdClassName
{
border-color: #112D7B;
}
.TagClassName
{
border-color: #112D7B;
}
</style>