#164993

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

Shades of Endeavour #164993

Tints of Endeavour #164993

Color information

#164993 (or 0x164993) is unknown color: approx Endeavour. HEX triplet: 16, 49 and 93. RGB value is (22,73,147). Sum of RGB (Red+Green+Blue) = 22+73+147=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #164993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164993 is #E9B66C. Grayscale: #414141. Windows color (decimal): -15316589 or 9652502. OLE color: 9652502.

HSL color Cylindrical-coordinate representation of color #164993: hue angle of 215.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164993 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2273147-
CMYK0.850.5000.42
HSL215.52º73.96%33.14%-
HSV(B)215.52º85.03%57.65%-
XYZ7.987.0428.54-
YUV66.19173.696.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=9.09%
G=30.17%
B=60.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22731470.850.5000.42215.5273.9633.14
Hex164993553202Ad84a21
Octal261112231256205233011241
Binary1011010010011001001110101011100100101010110110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164993; }

 p { color: rgb(22,73,147); }

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

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

 a { background-color: rgb(22,73,147); }

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

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

 span { border-color: rgb(22,73,147); }

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