Shades of Allports #176070
Tints of Allports #176070
RGB
CMYK
RGB Variations
Color information
#176070 (or 0x176070) is known color: Allports. HEX triplet: 17, 60 and 70. RGB value is (23,96,112). Sum of RGB (Red+Green+Blue) = 23+96+112=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #176070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176070 is #E89F8F. Grayscale: #4B4B4B. Windows color (decimal): -15245200 or 7364631. OLE color: 7364631.
HSL color Cylindrical-coordinate representation of color #176070: hue angle of 190.79º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176070 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 96 | 112 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.56 |
| HSL | 190.79º | 0.66% | 0.26% | - |
| HSV(B) | 190.79º | 0.79% | 0.44% | - |
| XYZ | 7.46 | 9.72 | 16.81 | - |
| YUV | 76 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 112 | 0.79 | 0.14 | 0 | 0.56 | 190.79 | 0.66 | 0.26 |
| Hex | 17 | 60 | 70 | 4F | E | 0 | 38 | BF | 42 | 1A |
| Octal | 27 | 140 | 160 | 117 | 16 | 0 | 70 | 277 | 102 | 32 |
| Binary | 10111 | 1100000 | 1110000 | 1001111 | 1110 | 0 | 111000 | 10111111 | 1000010 | 11010 |
Color Harmonies of #176070
Complementary color
Monochromatic Colors of #176070
Black with #176070
Text Example
Text Example
White with #176070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176070; }
p { color: rgb(23,96,112); }
H1.HeaderClassName
{
color: #176070;
}
.AnyTagClassName
{
color: #176070;
}
</style>
background-color css
<style>
a { background-color: #176070; }
a { background-color: rgb(23,96,112); }
div.DivClassName
{
background-color: #176070;
}
.BgClassName
{
background-color: #176070;
}
</style>
border-color css
<style>
span { border-color: #176070; }
span { border-color: rgb(23,96,112); }
td.TdClassName
{
border-color: #176070;
}
.TagClassName
{
border-color: #176070;
}
</style>