Shades of Allports #17768B
Tints of Allports #17768B
RGB
CMYK
RGB Variations
Color information
#17768B (or 0x17768B) is known color: Allports. HEX triplet: 17, 76 and 8B. RGB value is (23,118,139). Sum of RGB (Red+Green+Blue) = 23+118+139=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #17768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17768B is #E88974. Grayscale: #5B5B5B. Windows color (decimal): -15239541 or 9139735. OLE color: 9139735.
HSL color Cylindrical-coordinate representation of color #17768B: hue angle of 190.86º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17768B is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 118 | 139 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.45 |
| HSL | 190.86º | 0.72% | 0.32% | - |
| HSV(B) | 190.86º | 0.83% | 0.55% | - |
| XYZ | 11.49 | 15 | 26.72 | - |
| YUV | 91.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 139 | 0.83 | 0.15 | 0 | 0.45 | 190.86 | 0.72 | 0.32 |
| Hex | 17 | 76 | 8B | 53 | F | 0 | 2D | BF | 48 | 20 |
| Octal | 27 | 166 | 213 | 123 | 17 | 0 | 55 | 277 | 110 | 40 |
| Binary | 10111 | 1110110 | 10001011 | 1010011 | 1111 | 0 | 101101 | 10111111 | 1001000 | 100000 |
Color Harmonies of #17768B
Complementary color
Monochromatic Colors of #17768B
Black with #17768B
Text Example
Text Example
White with #17768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17768B; }
p { color: rgb(23,118,139); }
H1.HeaderClassName
{
color: #17768B;
}
.AnyTagClassName
{
color: #17768B;
}
</style>
background-color css
<style>
a { background-color: #17768B; }
a { background-color: rgb(23,118,139); }
div.DivClassName
{
background-color: #17768B;
}
.BgClassName
{
background-color: #17768B;
}
</style>
border-color css
<style>
span { border-color: #17768B; }
span { border-color: rgb(23,118,139); }
td.TdClassName
{
border-color: #17768B;
}
.TagClassName
{
border-color: #17768B;
}
</style>