#155394

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

Shades of Endeavour #155394

Tints of Endeavour #155394

Color information

#155394 (or 0x155394) is unknown color: approx Endeavour. HEX triplet: 15, 53 and 94. RGB value is (21,83,148). Sum of RGB (Red+Green+Blue) = 21+83+148=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #155394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155394 is #EAAC6B. Grayscale: #474747. Windows color (decimal): -15379564 or 9720597. OLE color: 9720597.

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

Color convert

RGB2183148-
CMYK0.860.4400.42
HSL210.71º75.15%33.14%-
HSV(B)210.71º85.81%58.04%-
XYZ8.758.4829.19-
YUV71.87170.9691.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=8.33%
G=32.94%
B=58.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21831480.860.4400.42210.7175.1533.14
Hex155394562C02Ad34b21
Octal251232241265405232311341
Binary1010110100111001010010101101011000101010110100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155394; }

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

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

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

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

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

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

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

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