#196280

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

Shades of Allports #196280

Tints of Allports #196280

Color information

#196280 (or 0x196280) is unknown color: approx Allports. HEX triplet: 19, 62 and 80. RGB value is (25,98,128). Sum of RGB (Red+Green+Blue) = 25+98+128=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #196280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196280 is #E69D7F. Grayscale: #4F4F4F. Windows color (decimal): -15113600 or 8413721. OLE color: 8413721.

HSL color Cylindrical-coordinate representation of color #196280: hue angle of 197.48º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196280 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2598128-
CMYK0.800.2300.50
HSL197.48º67.32%30%-
HSV(B)197.48º80.47%50.2%-
XYZ8.6610.521.99-
YUV79.59155.3289.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=9.96%
G=39.04%
B=51.00%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25981280.800.2300.50197.4867.3230
Hex1962805017032c5431e
Octal311422001202706230510336
Binary11001110001010000000101000010111011001011000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196280; }

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

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

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

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

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

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

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

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