#155294

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

Shades of Endeavour #155294

Tints of Endeavour #155294

Color information

#155294 (or 0x155294) is unknown color: approx Endeavour. HEX triplet: 15, 52 and 94. RGB value is (21,82,148). Sum of RGB (Red+Green+Blue) = 21+82+148=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #155294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155294 is #EAAD6B. Grayscale: #464646. Windows color (decimal): -15379820 or 9720341. OLE color: 9720341.

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

Color convert

RGB2182148-
CMYK0.860.4500.42
HSL211.18º75.15%33.14%-
HSV(B)211.18º85.81%58.04%-
XYZ8.678.3329.17-
YUV71.28171.2992.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 148 (58.20% from 255) = 58.96%
R=8.37%
G=32.67%
B=58.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21821480.860.4500.42211.1875.1533.14
Hex155294562D02Ad34b21
Octal251222241265505232311341
Binary1010110100101001010010101101011010101010110100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155294; }

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

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

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

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

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

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

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

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