#196076

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

Shades of Allports #196076

Tints of Allports #196076

Color information

#196076 (or 0x196076) is unknown color: approx Allports. HEX triplet: 19, 60 and 76. RGB value is (25,96,118). Sum of RGB (Red+Green+Blue) = 25+96+118=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #196076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196076 is #E69F89. Grayscale: #4D4D4D. Windows color (decimal): -15114122 or 7757849. OLE color: 7757849.

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

Color convert

RGB2596118-
CMYK0.790.1900.54
HSL194.19º65.03%28.04%-
HSV(B)194.19º78.81%46.27%-
XYZ7.859.8818.63-
YUV77.28150.9890.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=10.46%
G=40.17%
B=49.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25961180.790.1900.54194.1965.0328.04
Hex1960764F13036c2411c
Octal311401661172306630210134
Binary1100111000001110110100111110011011011011000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196076; }

 p { color: rgb(25,96,118); }

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

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

 a { background-color: rgb(25,96,118); }

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

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

 span { border-color: rgb(25,96,118); }

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