#154E99

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

Shades of Endeavour #154E99

Tints of Endeavour #154E99

Color information

#154E99 (or 0x154E99) is unknown color: approx Endeavour. HEX triplet: 15, 4E and 99. RGB value is (21,78,153). Sum of RGB (Red+Green+Blue) = 21+78+153=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #154E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E99 is #EAB166. Grayscale: #454545. Windows color (decimal): -15380839 or 10046997. OLE color: 10046997.

HSL color Cylindrical-coordinate representation of color #154E99: hue angle of 214.09º 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 #154E99 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2178153-
CMYK0.860.4900.4
HSL214.09º75.86%34.12%-
HSV(B)214.09º86.27%60%-
XYZ8.787.9131.2-
YUV69.51175.1293.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=8.33%
G=30.95%
B=60.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21781530.860.4900.4214.0975.8634.12
Hex154E995631028d64c22
Octal251162311266105032611442
Binary1010110011101001100110101101100010101000110101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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