#166392

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

Shades of Endeavour #166392

Tints of Endeavour #166392

Color information

#166392 (or 0x166392) is unknown color: approx Endeavour. HEX triplet: 16, 63 and 92. RGB value is (22,99,146). Sum of RGB (Red+Green+Blue) = 22+99+146=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #166392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166392 is #E99C6D. Grayscale: #515151. Windows color (decimal): -15309934 or 9593622. OLE color: 9593622.

HSL color Cylindrical-coordinate representation of color #166392: hue angle of 202.74º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166392 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2299146-
CMYK0.850.3200.43
HSL202.74º73.81%32.94%-
HSV(B)202.74º84.93%57.25%-
XYZ9.9811.1728.82-
YUV81.34164.4985.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.24%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=8.24%
G=37.08%
B=54.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22991460.850.3200.43202.7473.8132.94
Hex166392552002Bcb4a21
Octal261432221254005331311241
Binary1011011000111001001010101011000000101011110010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166392; }

 p { color: rgb(22,99,146); }

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

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

 a { background-color: rgb(22,99,146); }

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

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

 span { border-color: rgb(22,99,146); }

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