#196270

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

Shades of Allports #196270

Tints of Allports #196270

Color information

#196270 (or 0x196270) is unknown color: approx Allports. HEX triplet: 19, 62 and 70. RGB value is (25,98,112). Sum of RGB (Red+Green+Blue) = 25+98+112=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #196270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196270 is #E69D8F. Grayscale: #4D4D4D. Windows color (decimal): -15113616 or 7365145. OLE color: 7365145.

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

Color convert

RGB2598112-
CMYK0.780.1300.56
HSL189.66º63.5%26.86%-
HSV(B)189.66º77.68%43.92%-
XYZ7.6910.1116.88-
YUV77.77147.3290.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=10.64%
G=41.70%
B=47.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25981120.780.1300.56189.6663.526.86
Hex1962704ED038be401b
Octal311421601161507027610033
Binary110011100010111000010011101101011100010111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196270; }

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

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

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

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

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

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

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

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