#196872

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

Shades of Allports #196872

Tints of Allports #196872

Color information

#196872 (or 0x196872) is unknown color: approx Allports. HEX triplet: 19, 68 and 72. RGB value is (25,104,114). Sum of RGB (Red+Green+Blue) = 25+104+114=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #196872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196872 is #E6978D. Grayscale: #515151. Windows color (decimal): -15112078 or 7497753. OLE color: 7497753.

HSL color Cylindrical-coordinate representation of color #196872: hue angle of 186.74º 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 #196872 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB25104114-
CMYK0.780.0900.55
HSL186.74º64.03%27.25%-
HSV(B)186.74º78.07%44.71%-
XYZ8.3911.3217.66-
YUV81.52146.3387.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=10.29%
G=42.80%
B=46.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251041140.780.0900.55186.7464.0327.25
Hex1968724E9037bb401b
Octal311501621161106727310033
Binary110011101000111001010011101001011011110111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196872; }

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

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

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

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

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

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

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

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