Shades of Sapphire #11225C
Tints of Sapphire #11225C
RGB
CMYK
RGB Variations
Color information
#11225C (or 0x11225C) is known color: Sapphire. HEX triplet: 11, 22 and 5C. RGB value is (17,34,92). Sum of RGB (Red+Green+Blue) = 17+34+92=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #11225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11225C is #EEDDA3. Grayscale: #232323. Windows color (decimal): -15654308 or 6038033. OLE color: 6038033.
HSL color Cylindrical-coordinate representation of color #11225C: hue angle of 226.4º 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 #11225C is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 34 | 92 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.64 |
| HSL | 226.4º | 0.69% | 0.21% | - |
| HSV(B) | 226.4º | 0.82% | 0.36% | - |
| XYZ | 2.73 | 2.04 | 10.37 | - |
| YUV | 35.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 92 | 0.82 | 0.63 | 0 | 0.64 | 226.4 | 0.69 | 0.21 |
| Hex | 11 | 22 | 5C | 52 | 3F | 0 | 40 | E2 | 45 | 15 |
| Octal | 21 | 42 | 134 | 122 | 77 | 0 | 100 | 342 | 105 | 25 |
| Binary | 10001 | 100010 | 1011100 | 1010010 | 111111 | 0 | 1000000 | 11100010 | 1000101 | 10101 |
Color Harmonies of #11225C
Complementary color
Monochromatic Colors of #11225C
Black with #11225C
Text Example
Text Example
White with #11225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11225C; }
p { color: rgb(17,34,92); }
H1.HeaderClassName
{
color: #11225C;
}
.AnyTagClassName
{
color: #11225C;
}
</style>
background-color css
<style>
a { background-color: #11225C; }
a { background-color: rgb(17,34,92); }
div.DivClassName
{
background-color: #11225C;
}
.BgClassName
{
background-color: #11225C;
}
</style>
border-color css
<style>
span { border-color: #11225C; }
span { border-color: rgb(17,34,92); }
td.TdClassName
{
border-color: #11225C;
}
.TagClassName
{
border-color: #11225C;
}
</style>