Shades of Sapphire #111E5C
Tints of Sapphire #111E5C
RGB
CMYK
RGB Variations
Color information
#111E5C (or 0x111E5C) is known color: Sapphire. HEX triplet: 11, 1E and 5C. RGB value is (17,30,92). Sum of RGB (Red+Green+Blue) = 17+30+92=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #111E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E5C is #EEE1A3. Grayscale: #202020. Windows color (decimal): -15655332 or 6037009. OLE color: 6037009.
HSL color Cylindrical-coordinate representation of color #111E5C: hue angle of 229.6º 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 #111E5C is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 30 | 92 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.64 |
| HSL | 229.6º | 0.69% | 0.21% | - |
| HSV(B) | 229.6º | 0.82% | 0.36% | - |
| XYZ | 2.63 | 1.82 | 10.34 | - |
| YUV | 33.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 92 | 0.82 | 0.67 | 0 | 0.64 | 229.6 | 0.69 | 0.21 |
| Hex | 11 | 1E | 5C | 52 | 43 | 0 | 40 | E6 | 45 | 15 |
| Octal | 21 | 36 | 134 | 122 | 103 | 0 | 100 | 346 | 105 | 25 |
| Binary | 10001 | 11110 | 1011100 | 1010010 | 1000011 | 0 | 1000000 | 11100110 | 1000101 | 10101 |
Color Harmonies of #111E5C
Complementary color
Monochromatic Colors of #111E5C
Black with #111E5C
Text Example
Text Example
White with #111E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E5C; }
p { color: rgb(17,30,92); }
H1.HeaderClassName
{
color: #111E5C;
}
.AnyTagClassName
{
color: #111E5C;
}
</style>
background-color css
<style>
a { background-color: #111E5C; }
a { background-color: rgb(17,30,92); }
div.DivClassName
{
background-color: #111E5C;
}
.BgClassName
{
background-color: #111E5C;
}
</style>
border-color css
<style>
span { border-color: #111E5C; }
span { border-color: rgb(17,30,92); }
td.TdClassName
{
border-color: #111E5C;
}
.TagClassName
{
border-color: #111E5C;
}
</style>