#14538E

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

Shades of Endeavour #14538E

Tints of Endeavour #14538E

Color information

#14538E (or 0x14538E) is unknown color: approx Endeavour. HEX triplet: 14, 53 and 8E. RGB value is (20,83,142). Sum of RGB (Red+Green+Blue) = 20+83+142=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #14538E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14538E is #EBAC71. Grayscale: #464646. Windows color (decimal): -15445106 or 9327380. OLE color: 9327380.

HSL color Cylindrical-coordinate representation of color #14538E: hue angle of 209.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14538E is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2083142-
CMYK0.860.4200.44
HSL209.02º75.31%31.76%-
HSV(B)209.02º85.92%55.69%-
XYZ8.268.2926.76-
YUV70.89168.1391.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=8.16%
G=33.88%
B=57.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20831420.860.4200.44209.0275.3131.76
Hex14538E562A02Cd14b20
Octal241232161265205432111340
Binary1010010100111000111010101101010100101100110100011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14538E; }

 p { color: rgb(20,83,142); }

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

<style>
 a { background-color: #14538E; }

 a { background-color: rgb(20,83,142); }

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

<style>
 span { border-color: #14538E; }

 span { border-color: rgb(20,83,142); }

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