#14619A

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

Shades of Endeavour #14619A

Tints of Endeavour #14619A

Color information

#14619A (or 0x14619A) is unknown color: approx Endeavour. HEX triplet: 14, 61 and 9A. RGB value is (20,97,154). Sum of RGB (Red+Green+Blue) = 20+97+154=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #14619A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14619A is #EB9E65. Grayscale: #505050. Windows color (decimal): -15441510 or 10117396. OLE color: 10117396.

HSL color Cylindrical-coordinate representation of color #14619A: hue angle of 205.52º 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 #14619A is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2097154-
CMYK0.870.3700.40
HSL205.52º77.01%34.12%-
HSV(B)205.52º87.01%60.39%-
XYZ10.411.0332.15-
YUV80.47169.4984.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=7.38%
G=35.79%
B=56.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20971540.870.3700.40205.5277.0134.12
Hex14619A5725028ce4d22
Octal241412321274505031611542
Binary1010011000011001101010101111001010101000110011101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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