Html Css Color HEX #176980 Allports

📋 copy color: '#176980'

red 23 ◦ green 105 ◦ blue 128

#176980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #176980

Tints of Allports #176980

RGB

 RED value IS 23 (9.38% from 255) = 8.98%

 GREEN value IS 105 (41.41% from 255) = 41.02%

 BLUE value IS 128 (50.39% from 255) = 50%

R = 8.98%
G = 41.02%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#176980 (or 0x176980) is known color: Allports. HEX triplet: 17, 69 and 80. RGB value is (23,105,128). Sum of RGB (Red+Green+Blue) = 23+105+128=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #176980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176980 is #E8967F. Grayscale: #525252. Windows color (decimal): -15242880 or 8415511. OLE color: 8415511.

HSL color Cylindrical-coordinate representation of color #176980: hue angle of 193.14º 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 #176980 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 105 128 -
CMYK 0.82 0.18 0 0.50
HSL 193.14º 0.7% 0.3% -
HSV(B) 193.14º 0.82% 0.5% -
XYZ 9.3 11.84 22.22 -
YUV 83.1 153.33 85.13 -
System Red Green Blue C M Y K H S L
Decimal 23 105 128 0.82 0.18 0 0.50 193.14 0.7 0.3
Hex 17 69 80 52 12 0 32 C1 46 1E
Octal 27 151 200 122 22 0 62 301 106 36
Binary 10111 1101001 10000000 1010010 10010 0 110010 11000001 1000110 11110

Color Harmonies of #176980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176980

Black with #176980

Text Example


Text Example

White with #176980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176980; }

 p { color: rgb(23,105,128); }

 H1.HeaderClassName
 {
   color: #176980;
 }
 .AnyTagClassName
 {
   color: #176980;
 }
</style>

background-color css

<style>
 a { background-color: #176980; }

 a { background-color: rgb(23,105,128); }

 div.DivClassName
 {
   background-color: #176980;
 }
 .BgClassName
 {
   background-color: #176980;
 }
</style>

border-color css

<style>
 span { border-color: #176980; }

 span { border-color: rgb(23,105,128); }

 td.TdClassName
 {
   border-color: #176980;
 }
 .TagClassName
 {
   border-color: #176980;
 }
</style>