#155490

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

Shades of Endeavour #155490

Tints of Endeavour #155490

Color information

#155490 (or 0x155490) is unknown color: approx Endeavour. HEX triplet: 15, 54 and 90. RGB value is (21,84,144). Sum of RGB (Red+Green+Blue) = 21+84+144=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #155490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155490 is #EAAB6F. Grayscale: #474747. Windows color (decimal): -15379312 or 9458709. OLE color: 9458709.

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

Color convert

RGB2184144-
CMYK0.850.4200.44
HSL209.27º74.55%32.35%-
HSV(B)209.27º85.42%56.47%-
XYZ8.518.5127.58-
YUV72168.6391.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=8.43%
G=33.73%
B=57.83%

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
Decimal21841440.850.4200.44209.2774.5532.35
Hex155490552A02Cd14b20
Octal251242201255205432111340
Binary1010110101001001000010101011010100101100110100011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155490; }

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

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

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

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

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

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

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

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