#165F93

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

Shades of Endeavour #165F93

Tints of Endeavour #165F93

Color information

#165F93 (or 0x165F93) is unknown color: approx Endeavour. HEX triplet: 16, 5F and 93. RGB value is (22,95,147). Sum of RGB (Red+Green+Blue) = 22+95+147=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #165F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F93 is #E9A06C. Grayscale: #4E4E4E. Windows color (decimal): -15310957 or 9658134. OLE color: 9658134.

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

Color convert

RGB2295147-
CMYK0.850.3500.42
HSL204.96º73.96%33.14%-
HSV(B)204.96º85.03%57.65%-
XYZ9.6910.4629.11-
YUV79.1166.3287.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.33%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=8.33%
G=35.98%
B=55.68%

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
Decimal22951470.850.3500.42204.9673.9633.14
Hex165F93552302Acd4a21
Octal261372231254305231511241
Binary1011010111111001001110101011000110101010110011011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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