#196B82

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

Shades of Allports #196B82

Tints of Allports #196B82

Color information

#196B82 (or 0x196B82) is unknown color: approx Allports. HEX triplet: 19, 6B and 82. RGB value is (25,107,130). Sum of RGB (Red+Green+Blue) = 25+107+130=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #196B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196B82 is #E6947D. Grayscale: #545454. Windows color (decimal): -15111294 or 8547097. OLE color: 8547097.

HSL color Cylindrical-coordinate representation of color #196B82: hue angle of 193.14º 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 #196B82 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB25107130-
CMYK0.810.1800.49
HSL193.14º67.74%30.39%-
HSV(B)193.14º80.77%50.98%-
XYZ9.6912.3322.99-
YUV85.1153.3385.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.54%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=9.54%
G=40.84%
B=49.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251071300.810.1800.49193.1467.7430.39
Hex196B825112031c1441e
Octal311532021212206130110436
Binary11001110101110000010101000110010011000111000001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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