#154E95

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

Shades of Endeavour #154E95

Tints of Endeavour #154E95

Color information

#154E95 (or 0x154E95) is unknown color: approx Endeavour. HEX triplet: 15, 4E and 95. RGB value is (21,78,149). Sum of RGB (Red+Green+Blue) = 21+78+149=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #154E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154E95 is #EAB16A. Grayscale: #444444. Windows color (decimal): -15380843 or 9784853. OLE color: 9784853.

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

Color convert

RGB2178149-
CMYK0.860.4800.42
HSL213.28º75.29%33.33%-
HSV(B)213.28º85.91%58.43%-
XYZ8.467.7829.49-
YUV69.05173.1293.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 149 (58.59% from 255) = 60.08%
R=8.47%
G=31.45%
B=60.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21781490.860.4800.42213.2875.2933.33
Hex154E95563002Ad54b21
Octal251162251266005232511341
Binary1010110011101001010110101101100000101010110101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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