Html Css Color HEX #196971 Allports

📋 copy color: '#196971'

red 25 ◦ green 105 ◦ blue 113

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

Shades of Allports #196971

Tints of Allports #196971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

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

R = 10.29%
G = 43.21%
B = 46.5%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196971 (or 0x196971) is known color: Allports. HEX triplet: 19, 69 and 71. RGB value is (25,105,113). Sum of RGB (Red+Green+Blue) = 25+105+113=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #196971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196971 is #E6968E. Grayscale: #515151. Windows color (decimal): -15111823 or 7432473. OLE color: 7432473.

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

Color convert

RGB 25 105 113 -
CMYK 0.78 0.07 0 0.56
HSL 185.45º 0.64% 0.27% -
HSV(B) 185.45º 0.78% 0.44% -
XYZ 8.43 11.5 17.4 -
YUV 81.99 145.5 87.35 -
System Red Green Blue C M Y K H S L
Decimal 25 105 113 0.78 0.07 0 0.56 185.45 0.64 0.27
Hex 19 69 71 4E 7 0 38 B9 40 1B
Octal 31 151 161 116 7 0 70 271 100 33
Binary 11001 1101001 1110001 1001110 111 0 111000 10111001 1000000 11011

Color Harmonies of #196971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196971

Black with #196971

Text Example


Text Example

White with #196971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196971; }

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

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

background-color css

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

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

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

border-color css

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

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

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