#155594

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

Shades of Endeavour #155594

Tints of Endeavour #155594

Color information

#155594 (or 0x155594) is unknown color: approx Endeavour. HEX triplet: 15, 55 and 94. RGB value is (21,85,148). Sum of RGB (Red+Green+Blue) = 21+85+148=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #155594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155594 is #EAAA6B. Grayscale: #484848. Windows color (decimal): -15379052 or 9721109. OLE color: 9721109.

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

Color convert

RGB2185148-
CMYK0.860.4300.42
HSL209.76º75.15%33.14%-
HSV(B)209.76º85.81%58.04%-
XYZ8.98.7929.25-
YUV73.05170.390.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=8.27%
G=33.46%
B=58.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21851480.860.4300.42209.7675.1533.14
Hex155594562B02Ad24b21
Octal251252241265305232211341
Binary1010110101011001010010101101010110101010110100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155594; }

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

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

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

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

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

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

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

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