Shades of Sapphire #111D53
Tints of Sapphire #111D53
RGB
CMYK
RGB Variations
Color information
#111D53 (or 0x111D53) is known color: Sapphire. HEX triplet: 11, 1D and 53. RGB value is (17,29,83). Sum of RGB (Red+Green+Blue) = 17+29+83=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #111D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D53 is #EEE2AC. Grayscale: #1F1F1F. Windows color (decimal): -15655597 or 5446929. OLE color: 5446929.
HSL color Cylindrical-coordinate representation of color #111D53: hue angle of 229.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111D53 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 29 | 83 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.67 |
| HSL | 229.09º | 0.66% | 0.2% | - |
| HSV(B) | 229.09º | 0.8% | 0.33% | - |
| XYZ | 2.23 | 1.62 | 8.38 | - |
| YUV | 31.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 83 | 0.80 | 0.65 | 0 | 0.67 | 229.09 | 0.66 | 0.2 |
| Hex | 11 | 1D | 53 | 50 | 41 | 0 | 43 | E5 | 42 | 14 |
| Octal | 21 | 35 | 123 | 120 | 101 | 0 | 103 | 345 | 102 | 24 |
| Binary | 10001 | 11101 | 1010011 | 1010000 | 1000001 | 0 | 1000011 | 11100101 | 1000010 | 10100 |
Color Harmonies of #111D53
Complementary color
Monochromatic Colors of #111D53
Black with #111D53
Text Example
Text Example
White with #111D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D53; }
p { color: rgb(17,29,83); }
H1.HeaderClassName
{
color: #111D53;
}
.AnyTagClassName
{
color: #111D53;
}
</style>
background-color css
<style>
a { background-color: #111D53; }
a { background-color: rgb(17,29,83); }
div.DivClassName
{
background-color: #111D53;
}
.BgClassName
{
background-color: #111D53;
}
</style>
border-color css
<style>
span { border-color: #111D53; }
span { border-color: rgb(17,29,83); }
td.TdClassName
{
border-color: #111D53;
}
.TagClassName
{
border-color: #111D53;
}
</style>