#155390

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

Shades of Endeavour #155390

Tints of Endeavour #155390

Color information

#155390 (or 0x155390) is unknown color: approx Endeavour. HEX triplet: 15, 53 and 90. RGB value is (21,83,144). Sum of RGB (Red+Green+Blue) = 21+83+144=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #155390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155390 is #EAAC6F. Grayscale: #474747. Windows color (decimal): -15379568 or 9458453. OLE color: 9458453.

HSL color Cylindrical-coordinate representation of color #155390: hue angle of 209.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155390 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2183144-
CMYK0.850.4200.44
HSL209.76º74.55%32.35%-
HSV(B)209.76º85.42%56.47%-
XYZ8.448.3627.55-
YUV71.42168.9692.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=8.47%
G=33.47%
B=58.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21831440.850.4200.44209.7674.5532.35
Hex155390552A02Cd24b20
Octal251232201255205432211340
Binary1010110100111001000010101011010100101100110100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155390; }

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

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

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

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

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

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

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

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