#164B90

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

Shades of Endeavour #164B90

Tints of Endeavour #164B90

Color information

#164B90 (or 0x164B90) is unknown color: approx Endeavour. HEX triplet: 16, 4B and 90. RGB value is (22,75,144). Sum of RGB (Red+Green+Blue) = 22+75+144=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #164B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164B90 is #E9B46F. Grayscale: #424242. Windows color (decimal): -15316080 or 9456406. OLE color: 9456406.

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

Color convert

RGB2275144-
CMYK0.850.4800.44
HSL213.93º73.49%32.55%-
HSV(B)213.93º84.72%56.47%-
XYZ7.887.2227.36-
YUV67.02171.4495.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 144 (56.64% from 255) = 59.75%
R=9.13%
G=31.12%
B=59.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22751440.850.4800.44213.9373.4932.55
Hex164B90553002Cd64921
Octal261132201256005432611141
Binary1011010010111001000010101011100000101100110101101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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