#164E97

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

Shades of Endeavour #164E97

Tints of Endeavour #164E97

Color information

#164E97 (or 0x164E97) is unknown color: approx Endeavour. HEX triplet: 16, 4E and 97. RGB value is (22,78,151). Sum of RGB (Red+Green+Blue) = 22+78+151=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #164E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164E97 is #E9B168. Grayscale: #454545. Windows color (decimal): -15315305 or 9915926. OLE color: 9915926.

HSL color Cylindrical-coordinate representation of color #164E97: hue angle of 213.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164E97 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2278151-
CMYK0.850.4800.41
HSL213.95º74.57%33.92%-
HSV(B)213.95º85.43%59.22%-
XYZ8.647.8530.34-
YUV69.58173.9594.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 151 (59.38% from 255) = 60.16%
R=8.76%
G=31.08%
B=60.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22781510.850.4800.41213.9574.5733.92
Hex164E975530029d64b22
Octal261162271256005132611342
Binary1011010011101001011110101011100000101001110101101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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