#196E92

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

Shades of Allports #196E92

Tints of Allports #196E92

Color information

#196E92 (or 0x196E92) is unknown color: approx Allports. HEX triplet: 19, 6E and 92. RGB value is (25,110,146). Sum of RGB (Red+Green+Blue) = 25+110+146=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #196E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196E92 is #E6916D. Grayscale: #585858. Windows color (decimal): -15110510 or 9596441. OLE color: 9596441.

HSL color Cylindrical-coordinate representation of color #196E92: hue angle of 197.85º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196E92 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB25110146-
CMYK0.830.2500.43
HSL197.85º70.76%33.53%-
HSV(B)197.85º82.88%57.25%-
XYZ11.1713.4329.2-
YUV88.69160.3482.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.90%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=8.90%
G=39.15%
B=51.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal251101460.830.2500.43197.8570.7633.53
Hex196E92531902Bc64722
Octal311562221233105330610742
Binary110011101110100100101010011110010101011110001101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196E92; }

 p { color: rgb(25,110,146); }

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

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

 a { background-color: rgb(25,110,146); }

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

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

 span { border-color: rgb(25,110,146); }

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