#195693

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

Shades of Endeavour #195693

Tints of Endeavour #195693

Color information

#195693 (or 0x195693) is unknown color: approx Endeavour. HEX triplet: 19, 56 and 93. RGB value is (25,86,147). Sum of RGB (Red+Green+Blue) = 25+86+147=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #195693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195693 is #E6A96C. Grayscale: #4A4A4A. Windows color (decimal): -15116653 or 9655833. OLE color: 9655833.

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

Color convert

RGB2586147-
CMYK0.830.4100.42
HSL210º70.93%33.73%-
HSV(B)210º82.99%57.65%-
XYZ98.9728.86-
YUV74.72168.7992.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.69%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=9.69%
G=33.33%
B=56.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25861470.830.4100.4221070.9333.73
Hex195693532902Ad24722
Octal311262231235105232210742
Binary1100110101101001001110100111010010101010110100101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195693; }

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

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

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

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

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

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

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

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