#166093

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

Shades of Endeavour #166093

Tints of Endeavour #166093

Color information

#166093 (or 0x166093) is unknown color: approx Endeavour. HEX triplet: 16, 60 and 93. RGB value is (22,96,147). Sum of RGB (Red+Green+Blue) = 22+96+147=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #166093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166093 is #E99F6C. Grayscale: #4F4F4F. Windows color (decimal): -15310701 or 9658390. OLE color: 9658390.

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

Color convert

RGB2296147-
CMYK0.850.3500.42
HSL204.48º73.96%33.14%-
HSV(B)204.48º85.03%57.65%-
XYZ9.7810.6429.14-
YUV79.69165.9886.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=8.30%
G=36.23%
B=55.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22961470.850.3500.42204.4873.9633.14
Hex166093552302Acc4a21
Octal261402231254305231411241
Binary1011011000001001001110101011000110101010110011001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166093; }

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

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

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

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

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

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

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

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