#164F92

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

Shades of Endeavour #164F92

Tints of Endeavour #164F92

Color information

#164F92 (or 0x164F92) is unknown color: approx Endeavour. HEX triplet: 16, 4F and 92. RGB value is (22,79,146). Sum of RGB (Red+Green+Blue) = 22+79+146=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #164F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164F92 is #E9B06D. Grayscale: #454545. Windows color (decimal): -15315054 or 9588502. OLE color: 9588502.

HSL color Cylindrical-coordinate representation of color #164F92: hue angle of 212.42º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164F92 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2279146-
CMYK0.850.4600.43
HSL212.42º73.81%32.94%-
HSV(B)212.42º84.93%57.25%-
XYZ8.327.8428.27-
YUV69.6171.1294.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=8.91%
G=31.98%
B=59.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22791460.850.4600.43212.4273.8132.94
Hex164F92552E02Bd44a21
Octal261172221255605332411241
Binary1011010011111001001010101011011100101011110101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,79,146); }

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

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

 a { background-color: rgb(22,79,146); }

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

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

 span { border-color: rgb(22,79,146); }

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