#196490

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

Shades of Endeavour #196490

Tints of Endeavour #196490

Color information

#196490 (or 0x196490) is unknown color: approx Endeavour. HEX triplet: 19, 64 and 90. RGB value is (25,100,144). Sum of RGB (Red+Green+Blue) = 25+100+144=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #196490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196490 is #E69B6F. Grayscale: #525252. Windows color (decimal): -15113072 or 9462809. OLE color: 9462809.

HSL color Cylindrical-coordinate representation of color #196490: hue angle of 202.18º 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 #196490 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25100144-
CMYK0.830.3100.44
HSL202.18º70.41%33.14%-
HSV(B)202.18º82.64%56.47%-
XYZ9.9911.3328.05-
YUV82.59162.6586.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=9.29%
G=37.17%
B=53.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251001440.830.3100.44202.1870.4133.14
Hex196490531F02Cca4621
Octal311442201233705431210641
Binary110011100100100100001010011111110101100110010101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196490; }

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

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

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

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

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

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

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

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