#196193

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

Shades of Endeavour #196193

Tints of Endeavour #196193

Color information

#196193 (or 0x196193) is unknown color: approx Endeavour. HEX triplet: 19, 61 and 93. RGB value is (25,97,147). Sum of RGB (Red+Green+Blue) = 25+97+147=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #196193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196193 is #E69E6C. Grayscale: #505050. Windows color (decimal): -15113837 or 9658649. OLE color: 9658649.

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

Color convert

RGB2597147-
CMYK0.830.3400.42
HSL204.59º70.93%33.73%-
HSV(B)204.59º82.99%57.65%-
XYZ9.9410.8629.18-
YUV81.17165.1587.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=9.29%
G=36.06%
B=54.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25971470.830.3400.42204.5970.9333.73
Hex196193532202Acd4722
Octal311412231234205231510742
Binary1100111000011001001110100111000100101010110011011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196193; }

 p { color: rgb(25,97,147); }

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

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

 a { background-color: rgb(25,97,147); }

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

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

 span { border-color: rgb(25,97,147); }

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