Html Css Color HEX #196071 Allports

📋 copy color: '#196071'

red 25 ◦ green 96 ◦ blue 113

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

Shades of Allports #196071

Tints of Allports #196071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 10.68%
G = 41.03%
B = 48.29%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196071 (or 0x196071) is known color: Allports. HEX triplet: 19, 60 and 71. RGB value is (25,96,113). Sum of RGB (Red+Green+Blue) = 25+96+113=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #196071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196071 is #E69F8E. Grayscale: #4C4C4C. Windows color (decimal): -15114127 or 7430169. OLE color: 7430169.

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

Color convert

RGB 25 96 113 -
CMYK 0.78 0.15 0 0.56
HSL 191.59º 0.64% 0.27% -
HSV(B) 191.59º 0.78% 0.44% -
XYZ 7.56 9.76 17.11 -
YUV 76.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 25 96 113 0.78 0.15 0 0.56 191.59 0.64 0.27
Hex 19 60 71 4E F 0 38 C0 40 1B
Octal 31 140 161 116 17 0 70 300 100 33
Binary 11001 1100000 1110001 1001110 1111 0 111000 11000000 1000000 11011

Color Harmonies of #196071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196071

Black with #196071

Text Example


Text Example

White with #196071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196071; }

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

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

background-color css

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

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

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

border-color css

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

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

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