#16629F

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

Shades of Endeavour #16629F

Tints of Endeavour #16629F

Color information

#16629F (or 0x16629F) is unknown color: approx Endeavour. HEX triplet: 16, 62 and 9F. RGB value is (22,98,159). Sum of RGB (Red+Green+Blue) = 22+98+159=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #16629F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16629F is #E99D60. Grayscale: #515151. Windows color (decimal): -15310177 or 10445334. OLE color: 10445334.

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

Color convert

RGB2298159-
CMYK0.860.3800.38
HSL206.72º75.69%35.49%-
HSV(B)206.72º86.16%62.35%-
XYZ10.9611.4134.43-
YUV82.23171.3285.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.89%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=7.89%
G=35.13%
B=56.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22981590.860.3800.38206.7275.6935.49
Hex16629F5626026cf4c23
Octal261422371264604631711443
Binary1011011000101001111110101101001100100110110011111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16629F; }

 p { color: rgb(22,98,159); }

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

<style>
 a { background-color: #16629F; }

 a { background-color: rgb(22,98,159); }

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

<style>
 span { border-color: #16629F; }

 span { border-color: rgb(22,98,159); }

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