Shades of Allports #176682
Tints of Allports #176682
RGB
CMYK
RGB Variations
Color information
#176682 (or 0x176682) is known color: Allports. HEX triplet: 17, 66 and 82. RGB value is (23,102,130). Sum of RGB (Red+Green+Blue) = 23+102+130=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #176682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176682 is #E8997D. Grayscale: #515151. Windows color (decimal): -15243646 or 8545815. OLE color: 8545815.
HSL color Cylindrical-coordinate representation of color #176682: hue angle of 195.7º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #176682 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 102 | 130 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.49 |
| HSL | 195.7º | 0.7% | 0.3% | - |
| HSV(B) | 195.7º | 0.82% | 0.51% | - |
| XYZ | 9.13 | 11.3 | 22.82 | - |
| YUV | 81.57 | 155.33 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 130 | 0.82 | 0.22 | 0 | 0.49 | 195.7 | 0.7 | 0.3 |
| Hex | 17 | 66 | 82 | 52 | 16 | 0 | 31 | C4 | 46 | 1E |
| Octal | 27 | 146 | 202 | 122 | 26 | 0 | 61 | 304 | 106 | 36 |
| Binary | 10111 | 1100110 | 10000010 | 1010010 | 10110 | 0 | 110001 | 11000100 | 1000110 | 11110 |
Color Harmonies of #176682
Complementary color
Monochromatic Colors of #176682
Black with #176682
Text Example
Text Example
White with #176682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176682; }
p { color: rgb(23,102,130); }
H1.HeaderClassName
{
color: #176682;
}
.AnyTagClassName
{
color: #176682;
}
</style>
background-color css
<style>
a { background-color: #176682; }
a { background-color: rgb(23,102,130); }
div.DivClassName
{
background-color: #176682;
}
.BgClassName
{
background-color: #176682;
}
</style>
border-color css
<style>
span { border-color: #176682; }
span { border-color: rgb(23,102,130); }
td.TdClassName
{
border-color: #176682;
}
.TagClassName
{
border-color: #176682;
}
</style>