#154F8E

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

Shades of Endeavour #154F8E

Tints of Endeavour #154F8E

Color information

#154F8E (or 0x154F8E) is unknown color: approx Endeavour. HEX triplet: 15, 4F and 8E. RGB value is (21,79,142). Sum of RGB (Red+Green+Blue) = 21+79+142=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #154F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F8E is #EAB071. Grayscale: #444444. Windows color (decimal): -15380594 or 9326357. OLE color: 9326357.

HSL color Cylindrical-coordinate representation of color #154F8E: hue angle of 211.24º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154F8E is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2179142-
CMYK0.850.4400.44
HSL211.24º74.23%31.96%-
HSV(B)211.24º85.21%55.69%-
XYZ7.997.726.66-
YUV68.84169.2893.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=8.68%
G=32.64%
B=58.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21791420.850.4400.44211.2474.2331.96
Hex154F8E552C02Cd34a20
Octal251172161255405432311240
Binary1010110011111000111010101011011000101100110100111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,79,142); }

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

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

 a { background-color: rgb(21,79,142); }

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

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

 span { border-color: rgb(21,79,142); }

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