Shades of Allports #176380
Tints of Allports #176380
RGB
CMYK
RGB Variations
Color information
#176380 (or 0x176380) is known color: Allports. HEX triplet: 17, 63 and 80. RGB value is (23,99,128). Sum of RGB (Red+Green+Blue) = 23+99+128=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #176380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176380 is #E89C7F. Grayscale: #4F4F4F. Windows color (decimal): -15244416 or 8413975. OLE color: 8413975.
HSL color Cylindrical-coordinate representation of color #176380: hue angle of 196.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #176380 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 99 | 128 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.50 |
| HSL | 196.57º | 0.7% | 0.3% | - |
| HSV(B) | 196.57º | 0.82% | 0.5% | - |
| XYZ | 8.71 | 10.66 | 22.02 | - |
| YUV | 79.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 128 | 0.82 | 0.23 | 0 | 0.50 | 196.57 | 0.7 | 0.3 |
| Hex | 17 | 63 | 80 | 52 | 17 | 0 | 32 | C5 | 46 | 1E |
| Octal | 27 | 143 | 200 | 122 | 27 | 0 | 62 | 305 | 106 | 36 |
| Binary | 10111 | 1100011 | 10000000 | 1010010 | 10111 | 0 | 110010 | 11000101 | 1000110 | 11110 |
Color Harmonies of #176380
Complementary color
Monochromatic Colors of #176380
Black with #176380
Text Example
Text Example
White with #176380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176380; }
p { color: rgb(23,99,128); }
H1.HeaderClassName
{
color: #176380;
}
.AnyTagClassName
{
color: #176380;
}
</style>
background-color css
<style>
a { background-color: #176380; }
a { background-color: rgb(23,99,128); }
div.DivClassName
{
background-color: #176380;
}
.BgClassName
{
background-color: #176380;
}
</style>
border-color css
<style>
span { border-color: #176380; }
span { border-color: rgb(23,99,128); }
td.TdClassName
{
border-color: #176380;
}
.TagClassName
{
border-color: #176380;
}
</style>