Shades of Sapphire #111B52
Tints of Sapphire #111B52
RGB
CMYK
RGB Variations
Color information
#111B52 (or 0x111B52) is known color: Sapphire. HEX triplet: 11, 1B and 52. RGB value is (17,27,82). Sum of RGB (Red+Green+Blue) = 17+27+82=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #111B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B52 is #EEE4AD. Grayscale: #1E1E1E. Windows color (decimal): -15656110 or 5380881. OLE color: 5380881.
HSL color Cylindrical-coordinate representation of color #111B52: hue angle of 230.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111B52 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 27 | 82 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.68 |
| HSL | 230.77º | 0.66% | 0.19% | - |
| HSV(B) | 230.77º | 0.79% | 0.32% | - |
| XYZ | 2.15 | 1.51 | 8.16 | - |
| YUV | 30.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 82 | 0.79 | 0.67 | 0 | 0.68 | 230.77 | 0.66 | 0.19 |
| Hex | 11 | 1B | 52 | 4F | 43 | 0 | 44 | E7 | 42 | 13 |
| Octal | 21 | 33 | 122 | 117 | 103 | 0 | 104 | 347 | 102 | 23 |
| Binary | 10001 | 11011 | 1010010 | 1001111 | 1000011 | 0 | 1000100 | 11100111 | 1000010 | 10011 |
Color Harmonies of #111B52
Complementary color
Monochromatic Colors of #111B52
Black with #111B52
Text Example
Text Example
White with #111B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B52; }
p { color: rgb(17,27,82); }
H1.HeaderClassName
{
color: #111B52;
}
.AnyTagClassName
{
color: #111B52;
}
</style>
background-color css
<style>
a { background-color: #111B52; }
a { background-color: rgb(17,27,82); }
div.DivClassName
{
background-color: #111B52;
}
.BgClassName
{
background-color: #111B52;
}
</style>
border-color css
<style>
span { border-color: #111B52; }
span { border-color: rgb(17,27,82); }
td.TdClassName
{
border-color: #111B52;
}
.TagClassName
{
border-color: #111B52;
}
</style>