Shades of Sapphire #111B5C
Tints of Sapphire #111B5C
RGB
CMYK
RGB Variations
Color information
#111B5C (or 0x111B5C) is known color: Sapphire. HEX triplet: 11, 1B and 5C. RGB value is (17,27,92). Sum of RGB (Red+Green+Blue) = 17+27+92=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #111B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B5C is #EEE4A3. Grayscale: #1F1F1F. Windows color (decimal): -15656100 or 6036241. OLE color: 6036241.
HSL color Cylindrical-coordinate representation of color #111B5C: hue angle of 232º 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 #111B5C is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 27 | 92 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.64 |
| HSL | 232º | 0.69% | 0.21% | - |
| HSV(B) | 232º | 0.82% | 0.36% | - |
| XYZ | 2.55 | 1.68 | 10.31 | - |
| YUV | 31.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 92 | 0.82 | 0.71 | 0 | 0.64 | 232 | 0.69 | 0.21 |
| Hex | 11 | 1B | 5C | 52 | 47 | 0 | 40 | E8 | 45 | 15 |
| Octal | 21 | 33 | 134 | 122 | 107 | 0 | 100 | 350 | 105 | 25 |
| Binary | 10001 | 11011 | 1011100 | 1010010 | 1000111 | 0 | 1000000 | 11101000 | 1000101 | 10101 |
Color Harmonies of #111B5C
Complementary color
Monochromatic Colors of #111B5C
Black with #111B5C
Text Example
Text Example
White with #111B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B5C; }
p { color: rgb(17,27,92); }
H1.HeaderClassName
{
color: #111B5C;
}
.AnyTagClassName
{
color: #111B5C;
}
</style>
background-color css
<style>
a { background-color: #111B5C; }
a { background-color: rgb(17,27,92); }
div.DivClassName
{
background-color: #111B5C;
}
.BgClassName
{
background-color: #111B5C;
}
</style>
border-color css
<style>
span { border-color: #111B5C; }
span { border-color: rgb(17,27,92); }
td.TdClassName
{
border-color: #111B5C;
}
.TagClassName
{
border-color: #111B5C;
}
</style>