#164E90

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

Shades of Endeavour #164E90

Tints of Endeavour #164E90

Color information

#164E90 (or 0x164E90) is unknown color: approx Endeavour. HEX triplet: 16, 4E and 90. RGB value is (22,78,144). Sum of RGB (Red+Green+Blue) = 22+78+144=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #164E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164E90 is #E9B16F. Grayscale: #444444. Windows color (decimal): -15315312 or 9457174. OLE color: 9457174.

HSL color Cylindrical-coordinate representation of color #164E90: hue angle of 212.46º 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 #164E90 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2278144-
CMYK0.850.4600.44
HSL212.46º73.49%32.55%-
HSV(B)212.46º84.72%56.47%-
XYZ8.097.6327.43-
YUV68.78170.4594.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=9.02%
G=31.97%
B=59.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22781440.850.4600.44212.4673.4932.55
Hex164E90552E02Cd44921
Octal261162201255605432411141
Binary1011010011101001000010101011011100101100110101001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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