#154D95

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

Shades of Endeavour #154D95

Tints of Endeavour #154D95

Color information

#154D95 (or 0x154D95) is unknown color: approx Endeavour. HEX triplet: 15, 4D and 95. RGB value is (21,77,149). Sum of RGB (Red+Green+Blue) = 21+77+149=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #154D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154D95 is #EAB26A. Grayscale: #444444. Windows color (decimal): -15381099 or 9784597. OLE color: 9784597.

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

Color convert

RGB2177149-
CMYK0.860.4800.42
HSL213.75º75.29%33.33%-
HSV(B)213.75º85.91%58.43%-
XYZ8.397.6429.47-
YUV68.46173.4594.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=8.50%
G=31.17%
B=60.32%

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
Decimal21771490.860.4800.42213.7575.2933.33
Hex154D95563002Ad64b21
Octal251152251266005232611341
Binary1010110011011001010110101101100000101010110101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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