#196380

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

Shades of Allports #196380

Tints of Allports #196380

Color information

#196380 (or 0x196380) is unknown color: approx Allports. HEX triplet: 19, 63 and 80. RGB value is (25,99,128). Sum of RGB (Red+Green+Blue) = 25+99+128=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #196380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196380 is #E69C7F. Grayscale: #4F4F4F. Windows color (decimal): -15113344 or 8413977. OLE color: 8413977.

HSL color Cylindrical-coordinate representation of color #196380: hue angle of 196.89º 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 #196380 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2599128-
CMYK0.800.2300.50
HSL196.89º67.32%30%-
HSV(B)196.89º80.47%50.2%-
XYZ8.7610.6922.02-
YUV80.18154.9888.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.92%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 128 (50.39% from 255) = 50.79%
R=9.92%
G=39.29%
B=50.79%

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
Decimal25991280.800.2300.50196.8967.3230
Hex1963805017032c5431e
Octal311432001202706230510336
Binary11001110001110000000101000010111011001011000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196380; }

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

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

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

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

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

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

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

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