#196873

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

Shades of Allports #196873

Tints of Allports #196873

Color information

#196873 (or 0x196873) is unknown color: approx Allports. HEX triplet: 19, 68 and 73. RGB value is (25,104,115). Sum of RGB (Red+Green+Blue) = 25+104+115=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #196873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196873 is #E6978C. Grayscale: #515151. Windows color (decimal): -15112077 or 7563289. OLE color: 7563289.

HSL color Cylindrical-coordinate representation of color #196873: hue angle of 187.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196873 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB25104115-
CMYK0.780.1000.55
HSL187.33º64.29%27.45%-
HSV(B)187.33º78.26%45.1%-
XYZ8.4511.3517.96-
YUV81.63146.8387.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=10.25%
G=42.62%
B=47.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251041150.780.1000.55187.3364.2927.45
Hex1968734EA037bb401b
Octal311501631161206727310033
Binary110011101000111001110011101010011011110111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196873; }

 p { color: rgb(25,104,115); }

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

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

 a { background-color: rgb(25,104,115); }

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

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

 span { border-color: rgb(25,104,115); }

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