#196790

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

Shades of Allports #196790

Tints of Allports #196790

Color information

#196790 (or 0x196790) is unknown color: approx Allports. HEX triplet: 19, 67 and 90. RGB value is (25,103,144). Sum of RGB (Red+Green+Blue) = 25+103+144=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #196790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196790 is #E6986F. Grayscale: #545454. Windows color (decimal): -15112304 or 9463577. OLE color: 9463577.

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

Color convert

RGB25103144-
CMYK0.830.2800.44
HSL200.67º70.41%33.14%-
HSV(B)200.67º82.64%56.47%-
XYZ10.2911.9228.14-
YUV84.35161.6685.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.19%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=9.19%
G=37.87%
B=52.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251031440.830.2800.44200.6770.4133.14
Hex196790531C02Cc94621
Octal311472201233405431110641
Binary110011100111100100001010011111000101100110010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196790; }

 p { color: rgb(25,103,144); }

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

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

 a { background-color: rgb(25,103,144); }

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

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

 span { border-color: rgb(25,103,144); }

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