#165F9E

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

Shades of Endeavour #165F9E

Tints of Endeavour #165F9E

Color information

#165F9E (or 0x165F9E) is unknown color: approx Endeavour. HEX triplet: 16, 5F and 9E. RGB value is (22,95,158). Sum of RGB (Red+Green+Blue) = 22+95+158=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #165F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F9E is #E9A061. Grayscale: #505050. Windows color (decimal): -15310946 or 10379030. OLE color: 10379030.

HSL color Cylindrical-coordinate representation of color #165F9E: hue angle of 207.79º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165F9E is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2295158-
CMYK0.860.4000.38
HSL207.79º75.56%35.29%-
HSV(B)207.79º86.08%61.96%-
XYZ10.5910.8233.88-
YUV80.35171.8286.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=8%
G=34.55%
B=57.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22951580.860.4000.38207.7975.5635.29
Hex165F9E5628026d04c23
Octal261372361265004632011443
Binary1011010111111001111010101101010000100110110100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165F9E; }

 p { color: rgb(22,95,158); }

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

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

 a { background-color: rgb(22,95,158); }

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

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

 span { border-color: rgb(22,95,158); }

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