#164A92

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

Shades of Endeavour #164A92

Tints of Endeavour #164A92

Color information

#164A92 (or 0x164A92) is unknown color: approx Endeavour. HEX triplet: 16, 4A and 92. RGB value is (22,74,146). Sum of RGB (Red+Green+Blue) = 22+74+146=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #164A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164A92 is #E9B56D. Grayscale: #424242. Windows color (decimal): -15316334 or 9587222. OLE color: 9587222.

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

Color convert

RGB2274146-
CMYK0.850.4900.43
HSL214.84º73.81%32.94%-
HSV(B)214.84º84.93%57.25%-
XYZ7.977.1428.15-
YUV66.66172.7796.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=9.09%
G=30.58%
B=60.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22741460.850.4900.43214.8473.8132.94
Hex164A92553102Bd74a21
Octal261122221256105332711241
Binary1011010010101001001010101011100010101011110101111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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