#164B93

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

Shades of Endeavour #164B93

Tints of Endeavour #164B93

Color information

#164B93 (or 0x164B93) is unknown color: approx Endeavour. HEX triplet: 16, 4B and 93. RGB value is (22,75,147). Sum of RGB (Red+Green+Blue) = 22+75+147=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #164B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164B93 is #E9B46C. Grayscale: #434343. Windows color (decimal): -15316077 or 9653014. OLE color: 9653014.

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

Color convert

RGB2275147-
CMYK0.850.4900.42
HSL214.56º73.96%33.14%-
HSV(B)214.56º85.03%57.65%-
XYZ8.117.3128.59-
YUV67.36172.9495.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=9.02%
G=30.74%
B=60.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22751470.850.4900.42214.5673.9633.14
Hex164B93553102Ad74a21
Octal261132231256105232711241
Binary1011010010111001001110101011100010101010110101111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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