#196279

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

Shades of Allports #196279

Tints of Allports #196279

Color information

#196279 (or 0x196279) is unknown color: approx Allports. HEX triplet: 19, 62 and 79. RGB value is (25,98,121). Sum of RGB (Red+Green+Blue) = 25+98+121=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #196279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196279 is #E69D86. Grayscale: #4E4E4E. Windows color (decimal): -15113607 or 7954969. OLE color: 7954969.

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

Color convert

RGB2598121-
CMYK0.790.1900.53
HSL194.38º65.75%28.63%-
HSV(B)194.38º79.34%47.45%-
XYZ8.2210.3219.65-
YUV78.79151.8289.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=10.25%
G=40.16%
B=49.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25981210.790.1900.53194.3865.7528.63
Hex1962794F13035c2421d
Octal311421711172306530210235
Binary1100111000101111001100111110011011010111000010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196279; }

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

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

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

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

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

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

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

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