#196477

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

Shades of Allports #196477

Tints of Allports #196477

Color information

#196477 (or 0x196477) is unknown color: approx Allports. HEX triplet: 19, 64 and 77. RGB value is (25,100,119). Sum of RGB (Red+Green+Blue) = 25+100+119=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #196477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196477 is #E69B88. Grayscale: #4F4F4F. Windows color (decimal): -15113097 or 7824409. OLE color: 7824409.

HSL color Cylindrical-coordinate representation of color #196477: hue angle of 192.13º 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 #196477 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB25100119-
CMYK0.790.1600.53
HSL192.13º65.28%28.24%-
HSV(B)192.13º78.99%46.67%-
XYZ8.2910.6519.07-
YUV79.74150.1588.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=10.25%
G=40.98%
B=48.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251001190.790.1600.53192.1365.2828.24
Hex1964774F10035c0411c
Octal311441671172006530010134
Binary1100111001001110111100111110000011010111000000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196477; }

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

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

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

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

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

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

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

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