#165C9C

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

Shades of Endeavour #165C9C

Tints of Endeavour #165C9C

Color information

#165C9C (or 0x165C9C) is unknown color: approx Endeavour. HEX triplet: 16, 5C and 9C. RGB value is (22,92,156). Sum of RGB (Red+Green+Blue) = 22+92+156=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #165C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165C9C is #E9A363. Grayscale: #4E4E4E. Windows color (decimal): -15311716 or 10247190. OLE color: 10247190.

HSL color Cylindrical-coordinate representation of color #165C9C: hue angle of 208.66º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165C9C is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2292156-
CMYK0.860.4100.39
HSL208.66º75.28%34.9%-
HSV(B)208.66º85.9%61.18%-
XYZ10.1610.2332.89-
YUV78.37171.8187.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.15%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=8.15%
G=34.07%
B=57.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22921560.860.4100.39208.6675.2834.9
Hex165C9C5629027d14b23
Octal261342341265104732111343
Binary1011010111001001110010101101010010100111110100011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,92,156); }

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

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

 a { background-color: rgb(22,92,156); }

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

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

 span { border-color: rgb(22,92,156); }

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