#14649A

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

Shades of Endeavour #14649A

Tints of Endeavour #14649A

Color information

#14649A (or 0x14649A) is unknown color: approx Endeavour. HEX triplet: 14, 64 and 9A. RGB value is (20,100,154). Sum of RGB (Red+Green+Blue) = 20+100+154=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #14649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14649A is #EB9B65. Grayscale: #515151. Windows color (decimal): -15440742 or 10118164. OLE color: 10118164.

HSL color Cylindrical-coordinate representation of color #14649A: hue angle of 204.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14649A is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB20100154-
CMYK0.870.3500.40
HSL204.18º77.01%34.12%-
HSV(B)204.18º87.01%60.39%-
XYZ10.6811.632.25-
YUV82.24168.583.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.30%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=7.30%
G=36.50%
B=56.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal201001540.870.3500.40204.1877.0134.12
Hex14649A5723028cc4d22
Octal241442321274305031411542
Binary1010011001001001101010101111000110101000110011001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14649A; }

 p { color: rgb(20,100,154); }

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

<style>
 a { background-color: #14649A; }

 a { background-color: rgb(20,100,154); }

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

<style>
 span { border-color: #14649A; }

 span { border-color: rgb(20,100,154); }

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