#154D91

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

Shades of Endeavour #154D91

Tints of Endeavour #154D91

Color information

#154D91 (or 0x154D91) is unknown color: approx Endeavour. HEX triplet: 15, 4D and 91. RGB value is (21,77,145). Sum of RGB (Red+Green+Blue) = 21+77+145=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #154D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D91 is #EAB26E. Grayscale: #434343. Windows color (decimal): -15381103 or 9522453. OLE color: 9522453.

HSL color Cylindrical-coordinate representation of color #154D91: hue angle of 212.9º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154D91 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2177145-
CMYK0.860.4700.43
HSL212.9º74.7%32.55%-
HSV(B)212.9º85.52%56.86%-
XYZ8.077.5127.81-
YUV68.01171.4594.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 145 (57.03% from 255) = 59.67%
R=8.64%
G=31.69%
B=59.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21771450.860.4700.43212.974.732.55
Hex154D91562F02Bd54b21
Octal251152211265705332511341
Binary1010110011011001000110101101011110101011110101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,77,145); }

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

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

 a { background-color: rgb(21,77,145); }

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

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

 span { border-color: rgb(21,77,145); }

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