#16649B

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

Shades of Endeavour #16649B

Tints of Endeavour #16649B

Color information

#16649B (or 0x16649B) is unknown color: approx Endeavour. HEX triplet: 16, 64 and 9B. RGB value is (22,100,155). Sum of RGB (Red+Green+Blue) = 22+100+155=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #16649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16649B is #E99B64. Grayscale: #525252. Windows color (decimal): -15309669 or 10183702. OLE color: 10183702.

HSL color Cylindrical-coordinate representation of color #16649B: hue angle of 204.81º 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 #16649B is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22100155-
CMYK0.860.3500.39
HSL204.81º75.14%34.71%-
HSV(B)204.81º85.81%60.78%-
XYZ10.811.6532.69-
YUV82.95168.6684.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=7.94%
G=36.10%
B=55.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221001550.860.3500.39204.8175.1434.71
Hex16649B5623027cd4b23
Octal261442331264304731511343
Binary1011011001001001101110101101000110100111110011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16649B; }

 p { color: rgb(22,100,155); }

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

<style>
 a { background-color: #16649B; }

 a { background-color: rgb(22,100,155); }

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

<style>
 span { border-color: #16649B; }

 span { border-color: rgb(22,100,155); }

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