#16599D

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

Shades of Endeavour #16599D

Tints of Endeavour #16599D

Color information

#16599D (or 0x16599D) is unknown color: approx Endeavour. HEX triplet: 16, 59 and 9D. RGB value is (22,89,157). Sum of RGB (Red+Green+Blue) = 22+89+157=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #16599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16599D is #E9A662. Grayscale: #4C4C4C. Windows color (decimal): -15312483 or 10311958. OLE color: 10311958.

HSL color Cylindrical-coordinate representation of color #16599D: hue angle of 210.22º degrees, saturation: 0.75, 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 #16599D is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2289157-
CMYK0.860.4300.38
HSL210.22º75.42%35.1%-
HSV(B)210.22º85.99%61.57%-
XYZ9.999.7533.25-
YUV76.72173.388.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=8.21%
G=33.21%
B=58.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22891570.860.4300.38210.2275.4235.1
Hex16599D562B026d24b23
Octal261312351265304632211343
Binary1011010110011001110110101101010110100110110100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16599D; }

 p { color: rgb(22,89,157); }

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

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

 a { background-color: rgb(22,89,157); }

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

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

 span { border-color: rgb(22,89,157); }

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