Html Css Color HEX #196173 Allports

📋 copy color: '#196173'

red 25 ◦ green 97 ◦ blue 115

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

Shades of Allports #196173

Tints of Allports #196173

RGB

 RED value IS 25 (10.16% from 255) = 10.55%

 GREEN value IS 97 (38.28% from 255) = 40.93%

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 10.55%
G = 40.93%
B = 48.52%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196173 (or 0x196173) is known color: Allports. HEX triplet: 19, 61 and 73. RGB value is (25,97,115). Sum of RGB (Red+Green+Blue) = 25+97+115=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #196173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196173 is #E69E8C. Grayscale: #4D4D4D. Windows color (decimal): -15113869 or 7561497. OLE color: 7561497.

HSL color Cylindrical-coordinate representation of color #196173: hue angle of 192º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196173 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 97 115 -
CMYK 0.78 0.16 0 0.55
HSL 192º 0.64% 0.27% -
HSV(B) 192º 0.78% 0.45% -
XYZ 7.77 9.99 17.74 -
YUV 77.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 25 97 115 0.78 0.16 0 0.55 192 0.64 0.27
Hex 19 61 73 4E 10 0 37 C0 40 1B
Octal 31 141 163 116 20 0 67 300 100 33
Binary 11001 1100001 1110011 1001110 10000 0 110111 11000000 1000000 11011

Color Harmonies of #196173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196173

Black with #196173

Text Example


Text Example

White with #196173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196173; }

 p { color: rgb(25,97,115); }

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

background-color css

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

 a { background-color: rgb(25,97,115); }

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

border-color css

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

 span { border-color: rgb(25,97,115); }

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