#166293

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

Shades of Endeavour #166293

Tints of Endeavour #166293

Color information

#166293 (or 0x166293) is unknown color: approx Endeavour. HEX triplet: 16, 62 and 93. RGB value is (22,98,147). Sum of RGB (Red+Green+Blue) = 22+98+147=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #166293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166293 is #E99D6C. Grayscale: #505050. Windows color (decimal): -15310189 or 9658902. OLE color: 9658902.

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

Color convert

RGB2298147-
CMYK0.850.3300.42
HSL203.52º73.96%33.14%-
HSV(B)203.52º85.03%57.65%-
XYZ9.9711.0129.2-
YUV80.86165.3286.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=8.24%
G=36.70%
B=55.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22981470.850.3300.42203.5273.9633.14
Hex166293552102Acc4a21
Octal261422231254105231411241
Binary1011011000101001001110101011000010101010110011001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166293; }

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

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

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

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

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

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

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

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