Shades of Allports #176C7D
Tints of Allports #176C7D
RGB
CMYK
RGB Variations
Color information
#176C7D (or 0x176C7D) is known color: Allports. HEX triplet: 17, 6C and 7D. RGB value is (23,108,125). Sum of RGB (Red+Green+Blue) = 23+108+125=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #176C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176C7D is #E89382. Grayscale: #545454. Windows color (decimal): -15242115 or 8219671. OLE color: 8219671.
HSL color Cylindrical-coordinate representation of color #176C7D: hue angle of 190º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #176C7D is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 108 | 125 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.51 |
| HSL | 190º | 0.69% | 0.29% | - |
| HSV(B) | 190º | 0.82% | 0.49% | - |
| XYZ | 9.42 | 12.39 | 21.3 | - |
| YUV | 84.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 108 | 125 | 0.82 | 0.14 | 0 | 0.51 | 190 | 0.69 | 0.29 |
| Hex | 17 | 6C | 7D | 52 | E | 0 | 33 | BE | 45 | 1D |
| Octal | 27 | 154 | 175 | 122 | 16 | 0 | 63 | 276 | 105 | 35 |
| Binary | 10111 | 1101100 | 1111101 | 1010010 | 1110 | 0 | 110011 | 10111110 | 1000101 | 11101 |
Color Harmonies of #176C7D
Complementary color
Monochromatic Colors of #176C7D
Black with #176C7D
Text Example
Text Example
White with #176C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176C7D; }
p { color: rgb(23,108,125); }
H1.HeaderClassName
{
color: #176C7D;
}
.AnyTagClassName
{
color: #176C7D;
}
</style>
background-color css
<style>
a { background-color: #176C7D; }
a { background-color: rgb(23,108,125); }
div.DivClassName
{
background-color: #176C7D;
}
.BgClassName
{
background-color: #176C7D;
}
</style>
border-color css
<style>
span { border-color: #176C7D; }
span { border-color: rgb(23,108,125); }
td.TdClassName
{
border-color: #176C7D;
}
.TagClassName
{
border-color: #176C7D;
}
</style>