Shades of Sapphire #113272
Tints of Sapphire #113272
RGB
CMYK
RGB Variations
Color information
#113272 (or 0x113272) is known color: Sapphire. HEX triplet: 11, 32 and 72. RGB value is (17,50,114). Sum of RGB (Red+Green+Blue) = 17+50+114=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #113272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113272 is #EECD8D. Grayscale: #2F2F2F. Windows color (decimal): -15650190 or 7483921. OLE color: 7483921.
HSL color Cylindrical-coordinate representation of color #113272: hue angle of 219.59º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113272 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 50 | 114 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.55 |
| HSL | 219.59º | 0.74% | 0.26% | - |
| HSV(B) | 219.59º | 0.85% | 0.45% | - |
| XYZ | 4.41 | 3.62 | 16.39 | - |
| YUV | 47.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 114 | 0.85 | 0.56 | 0 | 0.55 | 219.59 | 0.74 | 0.26 |
| Hex | 11 | 32 | 72 | 55 | 38 | 0 | 37 | DC | 4A | 1A |
| Octal | 21 | 62 | 162 | 125 | 70 | 0 | 67 | 334 | 112 | 32 |
| Binary | 10001 | 110010 | 1110010 | 1010101 | 111000 | 0 | 110111 | 11011100 | 1001010 | 11010 |
Color Harmonies of #113272
Complementary color
Monochromatic Colors of #113272
Black with #113272
Text Example
Text Example
White with #113272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113272; }
p { color: rgb(17,50,114); }
H1.HeaderClassName
{
color: #113272;
}
.AnyTagClassName
{
color: #113272;
}
</style>
background-color css
<style>
a { background-color: #113272; }
a { background-color: rgb(17,50,114); }
div.DivClassName
{
background-color: #113272;
}
.BgClassName
{
background-color: #113272;
}
</style>
border-color css
<style>
span { border-color: #113272; }
span { border-color: rgb(17,50,114); }
td.TdClassName
{
border-color: #113272;
}
.TagClassName
{
border-color: #113272;
}
</style>