Shades of Sapphire #112461
Tints of Sapphire #112461
RGB
CMYK
RGB Variations
Color information
#112461 (or 0x112461) is known color: Sapphire. HEX triplet: 11, 24 and 61. RGB value is (17,36,97). Sum of RGB (Red+Green+Blue) = 17+36+97=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #112461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112461 is #EEDB9E. Grayscale: #252525. Windows color (decimal): -15653791 or 6366225. OLE color: 6366225.
HSL color Cylindrical-coordinate representation of color #112461: hue angle of 225.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112461 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 36 | 97 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.62 |
| HSL | 225.75º | 0.7% | 0.22% | - |
| HSV(B) | 225.75º | 0.82% | 0.38% | - |
| XYZ | 3.02 | 2.24 | 11.58 | - |
| YUV | 37.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 97 | 0.82 | 0.63 | 0 | 0.62 | 225.75 | 0.7 | 0.22 |
| Hex | 11 | 24 | 61 | 52 | 3F | 0 | 3E | E2 | 46 | 16 |
| Octal | 21 | 44 | 141 | 122 | 77 | 0 | 76 | 342 | 106 | 26 |
| Binary | 10001 | 100100 | 1100001 | 1010010 | 111111 | 0 | 111110 | 11100010 | 1000110 | 10110 |
Color Harmonies of #112461
Complementary color
Monochromatic Colors of #112461
Black with #112461
Text Example
Text Example
White with #112461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112461; }
p { color: rgb(17,36,97); }
H1.HeaderClassName
{
color: #112461;
}
.AnyTagClassName
{
color: #112461;
}
</style>
background-color css
<style>
a { background-color: #112461; }
a { background-color: rgb(17,36,97); }
div.DivClassName
{
background-color: #112461;
}
.BgClassName
{
background-color: #112461;
}
</style>
border-color css
<style>
span { border-color: #112461; }
span { border-color: rgb(17,36,97); }
td.TdClassName
{
border-color: #112461;
}
.TagClassName
{
border-color: #112461;
}
</style>