Shades of Sapphire #111F67
Tints of Sapphire #111F67
RGB
CMYK
RGB Variations
Color information
#111F67 (or 0x111F67) is known color: Sapphire. HEX triplet: 11, 1F and 67. RGB value is (17,31,103). Sum of RGB (Red+Green+Blue) = 17+31+103=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 103 (40.62% from 255 or 68.21% from 151); Max value from RGB is 103 - color contains mainly: blue. Hex color #111F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F67 is #EEE098. Grayscale: #222222. Windows color (decimal): -15655065 or 6758161. OLE color: 6758161.
HSL color Cylindrical-coordinate representation of color #111F67: hue angle of 230.23º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111F67 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 31 | 103 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.60 |
| HSL | 230.23º | 0.72% | 0.24% | - |
| HSV(B) | 230.23º | 0.83% | 0.4% | - |
| XYZ | 3.17 | 2.08 | 13.07 | - |
| YUV | 35.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 103 | 0.83 | 0.70 | 0 | 0.60 | 230.23 | 0.72 | 0.24 |
| Hex | 11 | 1F | 67 | 53 | 46 | 0 | 3C | E6 | 48 | 18 |
| Octal | 21 | 37 | 147 | 123 | 106 | 0 | 74 | 346 | 110 | 30 |
| Binary | 10001 | 11111 | 1100111 | 1010011 | 1000110 | 0 | 111100 | 11100110 | 1001000 | 11000 |
Color Harmonies of #111F67
Complementary color
Monochromatic Colors of #111F67
Black with #111F67
Text Example
Text Example
White with #111F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F67; }
p { color: rgb(17,31,103); }
H1.HeaderClassName
{
color: #111F67;
}
.AnyTagClassName
{
color: #111F67;
}
</style>
background-color css
<style>
a { background-color: #111F67; }
a { background-color: rgb(17,31,103); }
div.DivClassName
{
background-color: #111F67;
}
.BgClassName
{
background-color: #111F67;
}
</style>
border-color css
<style>
span { border-color: #111F67; }
span { border-color: rgb(17,31,103); }
td.TdClassName
{
border-color: #111F67;
}
.TagClassName
{
border-color: #111F67;
}
</style>