#164E9B

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

Shades of Endeavour #164E9B

Tints of Endeavour #164E9B

Color information

#164E9B (or 0x164E9B) is unknown color: approx Endeavour. HEX triplet: 16, 4E and 9B. RGB value is (22,78,155). Sum of RGB (Red+Green+Blue) = 22+78+155=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #164E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164E9B is #E9B164. Grayscale: #454545. Windows color (decimal): -15315301 or 10178070. OLE color: 10178070.

HSL color Cylindrical-coordinate representation of color #164E9B: hue angle of 214.74º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164E9B is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2278155-
CMYK0.860.5000.39
HSL214.74º75.14%34.71%-
HSV(B)214.74º85.81%60.78%-
XYZ8.977.9932.08-
YUV70.03175.9593.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=8.63%
G=30.59%
B=60.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22781550.860.5000.39214.7475.1434.71
Hex164E9B5632027d74b23
Octal261162331266204732711343
Binary1011010011101001101110101101100100100111110101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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