#154E9A

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

Shades of Endeavour #154E9A

Tints of Endeavour #154E9A

Color information

#154E9A (or 0x154E9A) is unknown color: approx Endeavour. HEX triplet: 15, 4E and 9A. RGB value is (21,78,154). Sum of RGB (Red+Green+Blue) = 21+78+154=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #154E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E9A is #EAB165. Grayscale: #454545. Windows color (decimal): -15380838 or 10112533. OLE color: 10112533.

HSL color Cylindrical-coordinate representation of color #154E9A: hue angle of 214.29º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154E9A is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2178154-
CMYK0.860.4900.40
HSL214.29º76%34.31%-
HSV(B)214.29º86.36%60.39%-
XYZ8.877.9431.64-
YUV69.62175.6293.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 154 (60.55% from 255) = 60.87%
R=8.30%
G=30.83%
B=60.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21781540.860.4900.40214.297634.31
Hex154E9A5631028d64c22
Octal251162321266105032611442
Binary1010110011101001101010101101100010101000110101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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