#164995

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

Shades of Endeavour #164995

Tints of Endeavour #164995

Color information

#164995 (or 0x164995) is unknown color: approx Endeavour. HEX triplet: 16, 49 and 95. RGB value is (22,73,149). Sum of RGB (Red+Green+Blue) = 22+73+149=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #164995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164995 is #E9B66A. Grayscale: #424242. Windows color (decimal): -15316587 or 9783574. OLE color: 9783574.

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

Color convert

RGB2273149-
CMYK0.850.5100.42
HSL215.91º74.27%33.53%-
HSV(B)215.91º85.23%58.43%-
XYZ8.147.1129.38-
YUV66.42174.696.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 149 (58.59% from 255) = 61.07%
R=9.02%
G=29.92%
B=61.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22731490.850.5100.42215.9174.2733.53
Hex164995553302Ad84a22
Octal261112251256305233011242
Binary1011010010011001010110101011100110101010110110001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164995; }

 p { color: rgb(22,73,149); }

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

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

 a { background-color: rgb(22,73,149); }

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

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

 span { border-color: rgb(22,73,149); }

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