#196A79

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

Shades of Allports #196A79

Tints of Allports #196A79

Color information

#196A79 (or 0x196A79) is unknown color: approx Allports. HEX triplet: 19, 6A and 79. RGB value is (25,106,121). Sum of RGB (Red+Green+Blue) = 25+106+121=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #196A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A79 is #E69586. Grayscale: #535353. Windows color (decimal): -15111559 or 7957017. OLE color: 7957017.

HSL color Cylindrical-coordinate representation of color #196A79: hue angle of 189.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196A79 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB25106121-
CMYK0.790.1200.53
HSL189.38º65.75%28.63%-
HSV(B)189.38º79.34%47.45%-
XYZ9.0111.919.91-
YUV83.49149.1686.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.92%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=9.92%
G=42.06%
B=48.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251061210.790.1200.53189.3865.7528.63
Hex196A794FC035bd421d
Octal311521711171406527510235
Binary110011101010111100110011111100011010110111101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,106,121); }

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

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

 a { background-color: rgb(25,106,121); }

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

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

 span { border-color: rgb(25,106,121); }

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