Html Css Color HEX #196371 Allports

📋 copy color: '#196371'

red 25 ◦ green 99 ◦ blue 113

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

Shades of Allports #196371

Tints of Allports #196371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 10.55%
G = 41.77%
B = 47.68%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196371 (or 0x196371) is known color: Allports. HEX triplet: 19, 63 and 71. RGB value is (25,99,113). Sum of RGB (Red+Green+Blue) = 25+99+113=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #196371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196371 is #E69C8E. Grayscale: #4E4E4E. Windows color (decimal): -15113359 or 7430937. OLE color: 7430937.

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

Color convert

RGB 25 99 113 -
CMYK 0.78 0.12 0 0.56
HSL 189.55º 0.64% 0.27% -
HSV(B) 189.55º 0.78% 0.44% -
XYZ 7.84 10.32 17.2 -
YUV 78.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 25 99 113 0.78 0.12 0 0.56 189.55 0.64 0.27
Hex 19 63 71 4E C 0 38 BE 40 1B
Octal 31 143 161 116 14 0 70 276 100 33
Binary 11001 1100011 1110001 1001110 1100 0 111000 10111110 1000000 11011

Color Harmonies of #196371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196371

Black with #196371

Text Example


Text Example

White with #196371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196371; }

 p { color: rgb(25,99,113); }

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

background-color css

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

 a { background-color: rgb(25,99,113); }

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

border-color css

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

 span { border-color: rgb(25,99,113); }

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