Html Css Color HEX #176472 Allports

📋 copy color: '#176472'

red 23 ◦ green 100 ◦ blue 114

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

Shades of Allports #176472

Tints of Allports #176472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 114 (44.92% from 255) = 48.1%

R = 9.7%
G = 42.19%
B = 48.1%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#176472 (or 0x176472) is known color: Allports. HEX triplet: 17, 64 and 72. RGB value is (23,100,114). Sum of RGB (Red+Green+Blue) = 23+100+114=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #176472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176472 is #E89B8D. Grayscale: #4E4E4E. Windows color (decimal): -15244174 or 7496727. OLE color: 7496727.

HSL color Cylindrical-coordinate representation of color #176472: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #176472 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 100 114 -
CMYK 0.80 0.12 0 0.55
HSL 189.23º 0.66% 0.27% -
HSV(B) 189.23º 0.8% 0.45% -
XYZ 7.95 10.51 17.53 -
YUV 78.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 23 100 114 0.80 0.12 0 0.55 189.23 0.66 0.27
Hex 17 64 72 50 C 0 37 BD 42 1B
Octal 27 144 162 120 14 0 67 275 102 33
Binary 10111 1100100 1110010 1010000 1100 0 110111 10111101 1000010 11011

Color Harmonies of #176472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176472

Black with #176472

Text Example


Text Example

White with #176472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176472; }

 p { color: rgb(23,100,114); }

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

background-color css

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

 a { background-color: rgb(23,100,114); }

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

border-color css

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

 span { border-color: rgb(23,100,114); }

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