#16539D

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

Shades of Endeavour #16539D

Tints of Endeavour #16539D

Color information

#16539D (or 0x16539D) is unknown color: approx Endeavour. HEX triplet: 16, 53 and 9D. RGB value is (22,83,157). Sum of RGB (Red+Green+Blue) = 22+83+157=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #16539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16539D is #E9AC62. Grayscale: #484848. Windows color (decimal): -15314019 or 10310422. OLE color: 10310422.

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

Color convert

RGB2283157-
CMYK0.860.4700.38
HSL212.89º75.42%35.1%-
HSV(B)212.89º85.99%61.57%-
XYZ9.518.7933.09-
YUV73.2175.2991.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=8.40%
G=31.68%
B=59.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22831570.860.4700.38212.8975.4235.1
Hex16539D562F026d54b23
Octal261232351265704632511343
Binary1011010100111001110110101101011110100110110101011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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