#155393

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

Shades of Endeavour #155393

Tints of Endeavour #155393

Color information

#155393 (or 0x155393) is unknown color: approx Endeavour. HEX triplet: 15, 53 and 93. RGB value is (21,83,147). Sum of RGB (Red+Green+Blue) = 21+83+147=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #155393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155393 is #EAAC6C. Grayscale: #474747. Windows color (decimal): -15379565 or 9655061. OLE color: 9655061.

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

Color convert

RGB2183147-
CMYK0.860.4400.42
HSL210.48º75%32.94%-
HSV(B)210.48º85.71%57.65%-
XYZ8.678.4528.78-
YUV71.76170.4691.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=8.37%
G=33.07%
B=58.57%

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
Decimal21831470.860.4400.42210.487532.94
Hex155393562C02Ad24b21
Octal251232231265405232211341
Binary1010110100111001001110101101011000101010110100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155393; }

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

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

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

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

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

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

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

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