#196F82

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

Shades of Allports #196F82

Tints of Allports #196F82

Color information

#196F82 (or 0x196F82) is unknown color: approx Allports. HEX triplet: 19, 6F and 82. RGB value is (25,111,130). Sum of RGB (Red+Green+Blue) = 25+111+130=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #196F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196F82 is #E6907D. Grayscale: #575757. Windows color (decimal): -15110270 or 8548121. OLE color: 8548121.

HSL color Cylindrical-coordinate representation of color #196F82: hue angle of 190.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196F82 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB25111130-
CMYK0.810.1500.49
HSL190.86º67.74%30.39%-
HSV(B)190.86º80.77%50.98%-
XYZ10.1113.1923.13-
YUV87.45152.0183.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.40%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=9.40%
G=41.73%
B=48.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251111300.810.1500.49190.8667.7430.39
Hex196F8251F031bf441e
Octal311572021211706127710436
Binary1100111011111000001010100011111011000110111111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196F82; }

 p { color: rgb(25,111,130); }

 H1.HeaderClassName
 {
   color: #196F82;
 }
 .AnyTagClassName
 {
   color: #196F82;
 }
</style>
background-color css

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

 a { background-color: rgb(25,111,130); }

 div.DivClassName
 {
   background-color: #196F82;
 }
 .BgClassName
 {
   background-color: #196F82;
 }
</style>
border-color css

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

 span { border-color: rgb(25,111,130); }

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