Shades of Allports #176995
Tints of Allports #176995
RGB
CMYK
RGB Variations
Color information
#176995 (or 0x176995) is known color: Allports. HEX triplet: 17, 69 and 95. RGB value is (23,105,149). Sum of RGB (Red+Green+Blue) = 23+105+149=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #176995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176995 is #E8966A. Grayscale: #555555. Windows color (decimal): -15242859 or 9791767. OLE color: 9791767.
HSL color Cylindrical-coordinate representation of color #176995: hue angle of 200.95º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #176995 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 105 | 149 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.42 |
| HSL | 200.95º | 0.73% | 0.34% | - |
| HSV(B) | 200.95º | 0.85% | 0.58% | - |
| XYZ | 10.83 | 12.46 | 30.27 | - |
| YUV | 85.5 | 163.83 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 149 | 0.85 | 0.30 | 0 | 0.42 | 200.95 | 0.73 | 0.34 |
| Hex | 17 | 69 | 95 | 55 | 1E | 0 | 2A | C9 | 49 | 22 |
| Octal | 27 | 151 | 225 | 125 | 36 | 0 | 52 | 311 | 111 | 42 |
| Binary | 10111 | 1101001 | 10010101 | 1010101 | 11110 | 0 | 101010 | 11001001 | 1001001 | 100010 |
Color Harmonies of #176995
Complementary color
Monochromatic Colors of #176995
Black with #176995
Text Example
Text Example
White with #176995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176995; }
p { color: rgb(23,105,149); }
H1.HeaderClassName
{
color: #176995;
}
.AnyTagClassName
{
color: #176995;
}
</style>
background-color css
<style>
a { background-color: #176995; }
a { background-color: rgb(23,105,149); }
div.DivClassName
{
background-color: #176995;
}
.BgClassName
{
background-color: #176995;
}
</style>
border-color css
<style>
span { border-color: #176995; }
span { border-color: rgb(23,105,149); }
td.TdClassName
{
border-color: #176995;
}
.TagClassName
{
border-color: #176995;
}
</style>