#154F92

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

Shades of Endeavour #154F92

Tints of Endeavour #154F92

Color information

#154F92 (or 0x154F92) is unknown color: approx Endeavour. HEX triplet: 15, 4F and 92. RGB value is (21,79,146). Sum of RGB (Red+Green+Blue) = 21+79+146=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #154F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #154F92 is #EAB06D. Grayscale: #444444. Windows color (decimal): -15380590 or 9588501. OLE color: 9588501.

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

Color convert

RGB2179146-
CMYK0.860.4600.43
HSL212.16º74.85%32.75%-
HSV(B)212.16º85.62%57.25%-
XYZ8.297.8328.27-
YUV69.3171.2893.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=8.54%
G=32.11%
B=59.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21791460.860.4600.43212.1674.8532.75
Hex154F92562E02Bd44b21
Octal251172221265605332411341
Binary1010110011111001001010101101011100101011110101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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