#155092

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

Shades of Endeavour #155092

Tints of Endeavour #155092

Color information

#155092 (or 0x155092) is unknown color: approx Endeavour. HEX triplet: 15, 50 and 92. RGB value is (21,80,146). Sum of RGB (Red+Green+Blue) = 21+80+146=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #155092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155092 is #EAAF6D. Grayscale: #454545. Windows color (decimal): -15380334 or 9588757. OLE color: 9588757.

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

Color convert

RGB2180146-
CMYK0.860.4500.43
HSL211.68º74.85%32.75%-
HSV(B)211.68º85.62%57.25%-
XYZ8.377.9728.29-
YUV69.88170.9593.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=8.50%
G=32.39%
B=59.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21801460.860.4500.43211.6874.8532.75
Hex155092562D02Bd44b21
Octal251202221265505332411341
Binary1010110100001001001010101101011010101011110101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155092; }

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

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

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

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

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

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

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

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