#11629D

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

Shades of Endeavour #11629D

Tints of Endeavour #11629D

Color information

#11629D (or 0x11629D) is unknown color: approx Endeavour. HEX triplet: 11, 62 and 9D. RGB value is (17,98,157). Sum of RGB (Red+Green+Blue) = 17+98+157=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #11629D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11629D is #EE9D62. Grayscale: #505050. Windows color (decimal): -15637859 or 10314257. OLE color: 10314257.

HSL color Cylindrical-coordinate representation of color #11629D: hue angle of 205.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11629D is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1798157-
CMYK0.890.3800.38
HSL205.29º80.46%34.12%-
HSV(B)205.29º89.17%61.57%-
XYZ10.6811.2933.51-
YUV80.51171.1682.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 157 (61.72% from 255) = 57.72%
R=6.25%
G=36.03%
B=57.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17981570.890.3800.38205.2980.4634.12
Hex11629D5926026cd5022
Octal211422351314604631512042
Binary1000111000101001110110110011001100100110110011011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,98,157); }

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

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

 a { background-color: rgb(17,98,157); }

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

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

 span { border-color: rgb(17,98,157); }

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