Html Css Color HEX #196172 Allports

📋 copy color: '#196172'

red 25 ◦ green 97 ◦ blue 114

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

Shades of Allports #196172

Tints of Allports #196172

RGB

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

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

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

R = 10.59%
G = 41.1%
B = 48.31%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196172 (or 0x196172) is known color: Allports. HEX triplet: 19, 61 and 72. RGB value is (25,97,114). Sum of RGB (Red+Green+Blue) = 25+97+114=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #196172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196172 is #E69E8D. Grayscale: #4D4D4D. Windows color (decimal): -15113870 or 7495961. OLE color: 7495961.

HSL color Cylindrical-coordinate representation of color #196172: hue angle of 191.46º 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 #196172 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 97 114 -
CMYK 0.78 0.15 0 0.55
HSL 191.46º 0.64% 0.27% -
HSV(B) 191.46º 0.78% 0.45% -
XYZ 7.71 9.97 17.44 -
YUV 77.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 25 97 114 0.78 0.15 0 0.55 191.46 0.64 0.27
Hex 19 61 72 4E F 0 37 BF 40 1B
Octal 31 141 162 116 17 0 67 277 100 33
Binary 11001 1100001 1110010 1001110 1111 0 110111 10111111 1000000 11011

Color Harmonies of #196172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196172

Black with #196172

Text Example


Text Example

White with #196172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196172; }

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

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

background-color css

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

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

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

border-color css

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

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

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