Shades of Sapphire #111B5E
Tints of Sapphire #111B5E
RGB
CMYK
RGB Variations
Color information
#111B5E (or 0x111B5E) is known color: Sapphire. HEX triplet: 11, 1B and 5E. RGB value is (17,27,94). Sum of RGB (Red+Green+Blue) = 17+27+94=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 94 (37.11% from 255 or 68.12% from 138); Max value from RGB is 94 - color contains mainly: blue. Hex color #111B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B5E is #EEE4A1. Grayscale: #1F1F1F. Windows color (decimal): -15656098 or 6167313. OLE color: 6167313.
HSL color Cylindrical-coordinate representation of color #111B5E: hue angle of 232.21º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111B5E is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 27 | 94 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.63 |
| HSL | 232.21º | 0.69% | 0.22% | - |
| HSV(B) | 232.21º | 0.82% | 0.37% | - |
| XYZ | 2.64 | 1.71 | 10.78 | - |
| YUV | 31.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 94 | 0.82 | 0.71 | 0 | 0.63 | 232.21 | 0.69 | 0.22 |
| Hex | 11 | 1B | 5E | 52 | 47 | 0 | 3F | E8 | 45 | 16 |
| Octal | 21 | 33 | 136 | 122 | 107 | 0 | 77 | 350 | 105 | 26 |
| Binary | 10001 | 11011 | 1011110 | 1010010 | 1000111 | 0 | 111111 | 11101000 | 1000101 | 10110 |
Color Harmonies of #111B5E
Complementary color
Monochromatic Colors of #111B5E
Black with #111B5E
Text Example
Text Example
White with #111B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B5E; }
p { color: rgb(17,27,94); }
H1.HeaderClassName
{
color: #111B5E;
}
.AnyTagClassName
{
color: #111B5E;
}
</style>
background-color css
<style>
a { background-color: #111B5E; }
a { background-color: rgb(17,27,94); }
div.DivClassName
{
background-color: #111B5E;
}
.BgClassName
{
background-color: #111B5E;
}
</style>
border-color css
<style>
span { border-color: #111B5E; }
span { border-color: rgb(17,27,94); }
td.TdClassName
{
border-color: #111B5E;
}
.TagClassName
{
border-color: #111B5E;
}
</style>