#164A93

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

Shades of Endeavour #164A93

Tints of Endeavour #164A93

Color information

#164A93 (or 0x164A93) is unknown color: approx Endeavour. HEX triplet: 16, 4A and 93. RGB value is (22,74,147). Sum of RGB (Red+Green+Blue) = 22+74+147=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #164A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164A93 is #E9B56C. Grayscale: #424242. Windows color (decimal): -15316333 or 9652758. OLE color: 9652758.

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

Color convert

RGB2274147-
CMYK0.850.5000.42
HSL215.04º73.96%33.14%-
HSV(B)215.04º85.03%57.65%-
XYZ8.057.1728.56-
YUV66.77173.2796.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 147 (57.81% from 255) = 60.49%
R=9.05%
G=30.45%
B=60.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22741470.850.5000.42215.0473.9633.14
Hex164A93553202Ad74a21
Octal261122231256205232711241
Binary1011010010101001001110101011100100101010110101111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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