Html Css Color HEX #196771 Allports

📋 copy color: '#196771'

red 25 ◦ green 103 ◦ blue 113

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

Shades of Allports #196771

Tints of Allports #196771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

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

R = 10.37%
G = 42.74%
B = 46.89%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196771 (or 0x196771) is known color: Allports. HEX triplet: 19, 67 and 71. RGB value is (25,103,113). Sum of RGB (Red+Green+Blue) = 25+103+113=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #196771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196771 is #E6988E. Grayscale: #505050. Windows color (decimal): -15112335 or 7431961. OLE color: 7431961.

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

Color convert

RGB 25 103 113 -
CMYK 0.78 0.09 0 0.56
HSL 186.82º 0.64% 0.27% -
HSV(B) 186.82º 0.78% 0.44% -
XYZ 8.23 11.1 17.33 -
YUV 80.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 25 103 113 0.78 0.09 0 0.56 186.82 0.64 0.27
Hex 19 67 71 4E 9 0 38 BB 40 1B
Octal 31 147 161 116 11 0 70 273 100 33
Binary 11001 1100111 1110001 1001110 1001 0 111000 10111011 1000000 11011

Color Harmonies of #196771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196771

Black with #196771

Text Example


Text Example

White with #196771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196771; }

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

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

background-color css

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

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

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

border-color css

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

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

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