#164C93

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

Shades of Endeavour #164C93

Tints of Endeavour #164C93

Color information

#164C93 (or 0x164C93) is unknown color: approx Endeavour. HEX triplet: 16, 4C and 93. RGB value is (22,76,147). Sum of RGB (Red+Green+Blue) = 22+76+147=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #164C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164C93 is #E9B36C. Grayscale: #434343. Windows color (decimal): -15315821 or 9653270. OLE color: 9653270.

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

Color convert

RGB2276147-
CMYK0.850.4800.42
HSL214.08º73.96%33.14%-
HSV(B)214.08º85.03%57.65%-
XYZ8.187.4528.61-
YUV67.95172.6195.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 147 (57.81% from 255) = 60%
R=8.98%
G=31.02%
B=60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22761470.850.4800.42214.0873.9633.14
Hex164C93553002Ad64a21
Octal261142231256005232611241
Binary1011010011001001001110101011100000101010110101101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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