Shades of Sapphire #11306C
Tints of Sapphire #11306C
RGB
CMYK
RGB Variations
Color information
#11306C (or 0x11306C) is known color: Sapphire. HEX triplet: 11, 30 and 6C. RGB value is (17,48,108). Sum of RGB (Red+Green+Blue) = 17+48+108=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #11306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11306C is #EECF93. Grayscale: #2D2D2D. Windows color (decimal): -15650708 or 7090193. OLE color: 7090193.
HSL color Cylindrical-coordinate representation of color #11306C: hue angle of 219.56º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11306C is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 48 | 108 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.58 |
| HSL | 219.56º | 0.73% | 0.25% | - |
| HSV(B) | 219.56º | 0.84% | 0.42% | - |
| XYZ | 3.99 | 3.32 | 14.62 | - |
| YUV | 45.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 108 | 0.84 | 0.56 | 0 | 0.58 | 219.56 | 0.73 | 0.25 |
| Hex | 11 | 30 | 6C | 54 | 38 | 0 | 3A | DC | 49 | 19 |
| Octal | 21 | 60 | 154 | 124 | 70 | 0 | 72 | 334 | 111 | 31 |
| Binary | 10001 | 110000 | 1101100 | 1010100 | 111000 | 0 | 111010 | 11011100 | 1001001 | 11001 |
Color Harmonies of #11306C
Complementary color
Monochromatic Colors of #11306C
Black with #11306C
Text Example
Text Example
White with #11306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11306C; }
p { color: rgb(17,48,108); }
H1.HeaderClassName
{
color: #11306C;
}
.AnyTagClassName
{
color: #11306C;
}
</style>
background-color css
<style>
a { background-color: #11306C; }
a { background-color: rgb(17,48,108); }
div.DivClassName
{
background-color: #11306C;
}
.BgClassName
{
background-color: #11306C;
}
</style>
border-color css
<style>
span { border-color: #11306C; }
span { border-color: rgb(17,48,108); }
td.TdClassName
{
border-color: #11306C;
}
.TagClassName
{
border-color: #11306C;
}
</style>