#166595

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

Shades of Endeavour #166595

Tints of Endeavour #166595

Color information

#166595 (or 0x166595) is unknown color: approx Endeavour. HEX triplet: 16, 65 and 95. RGB value is (22,101,149). Sum of RGB (Red+Green+Blue) = 22+101+149=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #166595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166595 is #E99A6A. Grayscale: #525252. Windows color (decimal): -15309419 or 9790742. OLE color: 9790742.

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

Color convert

RGB22101149-
CMYK0.850.3200.42
HSL202.68º74.27%33.53%-
HSV(B)202.68º85.23%58.43%-
XYZ10.4111.6530.13-
YUV82.85165.3384.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.09%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 149 (58.59% from 255) = 54.78%
R=8.09%
G=37.13%
B=54.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221011490.850.3200.42202.6874.2733.53
Hex166595552002Acb4a22
Octal261452251254005231311242
Binary1011011001011001010110101011000000101010110010111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166595; }

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

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

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

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

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

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

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

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