#155094

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

Shades of Endeavour #155094

Tints of Endeavour #155094

Color information

#155094 (or 0x155094) is unknown color: approx Endeavour. HEX triplet: 15, 50 and 94. RGB value is (21,80,148). Sum of RGB (Red+Green+Blue) = 21+80+148=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #155094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155094 is #EAAF6B. Grayscale: #454545. Windows color (decimal): -15380332 or 9719829. OLE color: 9719829.

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

Color convert

RGB2180148-
CMYK0.860.4600.42
HSL212.13º75.15%33.14%-
HSV(B)212.13º85.81%58.04%-
XYZ8.528.0329.12-
YUV70.11171.9592.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 148 (58.20% from 255) = 59.44%
R=8.43%
G=32.13%
B=59.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21801480.860.4600.42212.1375.1533.14
Hex155094562E02Ad44b21
Octal251202241265605232411341
Binary1010110100001001010010101101011100101010110101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155094; }

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

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

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

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

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

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

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

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