#196D87

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

Shades of Allports #196D87

Tints of Allports #196D87

Color information

#196D87 (or 0x196D87) is unknown color: approx Allports. HEX triplet: 19, 6D and 87. RGB value is (25,109,135). Sum of RGB (Red+Green+Blue) = 25+109+135=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #196D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D87 is #E69278. Grayscale: #565656. Windows color (decimal): -15110777 or 8875289. OLE color: 8875289.

HSL color Cylindrical-coordinate representation of color #196D87: hue angle of 194.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196D87 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB25109135-
CMYK0.810.1900.47
HSL194.18º68.75%31.37%-
HSV(B)194.18º81.48%52.94%-
XYZ10.2412.8924.87-
YUV86.85155.1783.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 109 (42.97% from 255) = 40.52%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=9.29%
G=40.52%
B=50.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251091350.810.1900.47194.1868.7531.37
Hex196D87511302Fc2451f
Octal311552071212305730210537
Binary11001110110110000111101000110011010111111000010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,109,135); }

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

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

 a { background-color: rgb(25,109,135); }

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

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

 span { border-color: rgb(25,109,135); }

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