#154E90

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

Shades of Endeavour #154E90

Tints of Endeavour #154E90

Color information

#154E90 (or 0x154E90) is unknown color: approx Endeavour. HEX triplet: 15, 4E and 90. RGB value is (21,78,144). Sum of RGB (Red+Green+Blue) = 21+78+144=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #154E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E90 is #EAB16F. Grayscale: #444444. Windows color (decimal): -15380848 or 9457173. OLE color: 9457173.

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

Color convert

RGB2178144-
CMYK0.850.4600.44
HSL212.2º74.55%32.35%-
HSV(B)212.2º85.42%56.47%-
XYZ8.077.6227.43-
YUV68.48170.6294.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=8.64%
G=32.10%
B=59.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21781440.850.4600.44212.274.5532.35
Hex154E90552E02Cd44b20
Octal251162201255605432411340
Binary1010110011101001000010101011011100101100110101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154E90; }

 p { color: rgb(21,78,144); }

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

<style>
 a { background-color: #154E90; }

 a { background-color: rgb(21,78,144); }

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

<style>
 span { border-color: #154E90; }

 span { border-color: rgb(21,78,144); }

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