#196991

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

Shades of Allports #196991

Tints of Allports #196991

Color information

#196991 (or 0x196991) is unknown color: approx Allports. HEX triplet: 19, 69 and 91. RGB value is (25,105,145). Sum of RGB (Red+Green+Blue) = 25+105+145=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #196991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196991 is #E6966E. Grayscale: #555555. Windows color (decimal): -15111791 or 9529625. OLE color: 9529625.

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

Color convert

RGB25105145-
CMYK0.830.2800.43
HSL200º70.59%33.33%-
HSV(B)200º82.76%56.86%-
XYZ10.5612.3528.62-
YUV85.64161.584.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=9.09%
G=38.18%
B=52.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal251051450.830.2800.4320070.5933.33
Hex196991531C02Bc84721
Octal311512211233405331010741
Binary110011101001100100011010011111000101011110010001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196991; }

 p { color: rgb(25,105,145); }

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

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

 a { background-color: rgb(25,105,145); }

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

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

 span { border-color: rgb(25,105,145); }

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