#164D90

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

Shades of Endeavour #164D90

Tints of Endeavour #164D90

Color information

#164D90 (or 0x164D90) is unknown color: approx Endeavour. HEX triplet: 16, 4D and 90. RGB value is (22,77,144). Sum of RGB (Red+Green+Blue) = 22+77+144=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #164D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164D90 is #E9B26F. Grayscale: #434343. Windows color (decimal): -15315568 or 9456918. OLE color: 9456918.

HSL color Cylindrical-coordinate representation of color #164D90: hue angle of 212.95º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164D90 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2277144-
CMYK0.850.4700.44
HSL212.95º73.49%32.55%-
HSV(B)212.95º84.72%56.47%-
XYZ8.027.4927.41-
YUV68.19170.7895.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=9.05%
G=31.69%
B=59.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22771440.850.4700.44212.9573.4932.55
Hex164D90552F02Cd54921
Octal261152201255705432511141
Binary1011010011011001000010101011011110101100110101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164D90; }

 p { color: rgb(22,77,144); }

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

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

 a { background-color: rgb(22,77,144); }

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

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

 span { border-color: rgb(22,77,144); }

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