Shades of Allports #116374
Tints of Allports #116374
RGB
CMYK
RGB Variations
Color information
#116374 (or 0x116374) is known color: Allports. HEX triplet: 11, 63 and 74. RGB value is (17,99,116). Sum of RGB (Red+Green+Blue) = 17+99+116=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #116374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116374 is #EE9C8B. Grayscale: #4C4C4C. Windows color (decimal): -15637644 or 7627537. OLE color: 7627537.
HSL color Cylindrical-coordinate representation of color #116374: hue angle of 190.3º 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 #116374 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 99 | 116 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.55 |
| HSL | 190.3º | 0.74% | 0.26% | - |
| HSV(B) | 190.3º | 0.85% | 0.45% | - |
| XYZ | 7.85 | 10.3 | 18.1 | - |
| YUV | 76.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 116 | 0.85 | 0.15 | 0 | 0.55 | 190.3 | 0.74 | 0.26 |
| Hex | 11 | 63 | 74 | 55 | F | 0 | 37 | BE | 4A | 1A |
| Octal | 21 | 143 | 164 | 125 | 17 | 0 | 67 | 276 | 112 | 32 |
| Binary | 10001 | 1100011 | 1110100 | 1010101 | 1111 | 0 | 110111 | 10111110 | 1001010 | 11010 |
Color Harmonies of #116374
Complementary color
Monochromatic Colors of #116374
Black with #116374
Text Example
Text Example
White with #116374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116374; }
p { color: rgb(17,99,116); }
H1.HeaderClassName
{
color: #116374;
}
.AnyTagClassName
{
color: #116374;
}
</style>
background-color css
<style>
a { background-color: #116374; }
a { background-color: rgb(17,99,116); }
div.DivClassName
{
background-color: #116374;
}
.BgClassName
{
background-color: #116374;
}
</style>
border-color css
<style>
span { border-color: #116374; }
span { border-color: rgb(17,99,116); }
td.TdClassName
{
border-color: #116374;
}
.TagClassName
{
border-color: #116374;
}
</style>