#196777

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

Shades of Allports #196777

Tints of Allports #196777

Color information

#196777 (or 0x196777) is unknown color: approx Allports. HEX triplet: 19, 67 and 77. RGB value is (25,103,119). Sum of RGB (Red+Green+Blue) = 25+103+119=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #196777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196777 is #E69888. Grayscale: #515151. Windows color (decimal): -15112329 or 7825177. OLE color: 7825177.

HSL color Cylindrical-coordinate representation of color #196777: hue angle of 190.21º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196777 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB25103119-
CMYK0.790.1300.53
HSL190.21º65.28%28.24%-
HSV(B)190.21º78.99%46.67%-
XYZ8.5811.2419.17-
YUV81.5149.1687.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=10.12%
G=41.70%
B=48.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251031190.790.1300.53190.2165.2828.24
Hex1967774FD035be411c
Octal311471671171506527610134
Binary110011100111111011110011111101011010110111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196777; }

 p { color: rgb(25,103,119); }

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

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

 a { background-color: rgb(25,103,119); }

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

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

 span { border-color: rgb(25,103,119); }

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