#196093

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

Shades of Endeavour #196093

Tints of Endeavour #196093

Color information

#196093 (or 0x196093) is unknown color: approx Endeavour. HEX triplet: 19, 60 and 93. RGB value is (25,96,147). Sum of RGB (Red+Green+Blue) = 25+96+147=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #196093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196093 is #E69F6C. Grayscale: #505050. Windows color (decimal): -15114093 or 9658393. OLE color: 9658393.

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

Color convert

RGB2596147-
CMYK0.830.3500.42
HSL205.08º70.93%33.73%-
HSV(B)205.08º82.99%57.65%-
XYZ9.8510.6829.15-
YUV80.58165.4888.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 147 (57.81% from 255) = 54.85%
R=9.33%
G=35.82%
B=54.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25961470.830.3500.42205.0870.9333.73
Hex196093532302Acd4722
Octal311402231234305231510742
Binary1100111000001001001110100111000110101010110011011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196093; }

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

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

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

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

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

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

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

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