Shades of Sapphire #111B5F
Tints of Sapphire #111B5F
RGB
CMYK
RGB Variations
Color information
#111B5F (or 0x111B5F) is known color: Sapphire. HEX triplet: 11, 1B and 5F. RGB value is (17,27,95). Sum of RGB (Red+Green+Blue) = 17+27+95=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #111B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B5F is #EEE4A0. Grayscale: #1F1F1F. Windows color (decimal): -15656097 or 6232849. OLE color: 6232849.
HSL color Cylindrical-coordinate representation of color #111B5F: hue angle of 232.31º degrees, saturation: 0.7, 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 #111B5F is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 27 | 95 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.63 |
| HSL | 232.31º | 0.7% | 0.22% | - |
| HSV(B) | 232.31º | 0.82% | 0.37% | - |
| XYZ | 2.69 | 1.73 | 11.02 | - |
| YUV | 31.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 95 | 0.82 | 0.72 | 0 | 0.63 | 232.31 | 0.7 | 0.22 |
| Hex | 11 | 1B | 5F | 52 | 48 | 0 | 3F | E8 | 46 | 16 |
| Octal | 21 | 33 | 137 | 122 | 110 | 0 | 77 | 350 | 106 | 26 |
| Binary | 10001 | 11011 | 1011111 | 1010010 | 1001000 | 0 | 111111 | 11101000 | 1000110 | 10110 |
Color Harmonies of #111B5F
Complementary color
Monochromatic Colors of #111B5F
Black with #111B5F
Text Example
Text Example
White with #111B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B5F; }
p { color: rgb(17,27,95); }
H1.HeaderClassName
{
color: #111B5F;
}
.AnyTagClassName
{
color: #111B5F;
}
</style>
background-color css
<style>
a { background-color: #111B5F; }
a { background-color: rgb(17,27,95); }
div.DivClassName
{
background-color: #111B5F;
}
.BgClassName
{
background-color: #111B5F;
}
</style>
border-color css
<style>
span { border-color: #111B5F; }
span { border-color: rgb(17,27,95); }
td.TdClassName
{
border-color: #111B5F;
}
.TagClassName
{
border-color: #111B5F;
}
</style>