#196971

Color #196971 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #196971

Tints of Allports #196971

Color information

#196971 (or 0x196971) is unknown color: approx 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

RGB25105113-
CMYK0.780.0700.56
HSL185.45º63.77%27.06%-
HSV(B)185.45º77.88%44.31%-
XYZ8.4311.517.4-
YUV81.99145.587.35-

RGB Variations

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

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.50%
R=10.29%
G=43.21%
B=46.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251051130.780.0700.56185.4563.7727.06
Hex1969714E7038b9401b
Octal31151161116707027110033
Binary11001110100111100011001110111011100010111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>