#196889

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

Shades of Allports #196889

Tints of Allports #196889

Color information

#196889 (or 0x196889) is unknown color: approx Allports. HEX triplet: 19, 68 and 89. RGB value is (25,104,137). Sum of RGB (Red+Green+Blue) = 25+104+137=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #196889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196889 is #E69776. Grayscale: #535353. Windows color (decimal): -15112055 or 9005081. OLE color: 9005081.

HSL color Cylindrical-coordinate representation of color #196889: hue angle of 197.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196889 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25104137-
CMYK0.820.2400.46
HSL197.68º69.14%31.76%-
HSV(B)197.68º81.75%53.73%-
XYZ9.8711.9125.45-
YUV84.14157.8385.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.40%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 137 (53.91% from 255) = 51.50%
R=9.40%
G=39.10%
B=51.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251041370.820.2400.46197.6869.1431.76
Hex196889521802Ec64520
Octal311502111223005630610540
Binary110011101000100010011010010110000101110110001101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196889; }

 p { color: rgb(25,104,137); }

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

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

 a { background-color: rgb(25,104,137); }

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

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

 span { border-color: rgb(25,104,137); }

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