#155194

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

Shades of Endeavour #155194

Tints of Endeavour #155194

Color information

#155194 (or 0x155194) is unknown color: approx Endeavour. HEX triplet: 15, 51 and 94. RGB value is (21,81,148). Sum of RGB (Red+Green+Blue) = 21+81+148=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #155194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155194 is #EAAE6B. Grayscale: #464646. Windows color (decimal): -15380076 or 9720085. OLE color: 9720085.

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

Color convert

RGB2181148-
CMYK0.860.4500.42
HSL211.65º75.15%33.14%-
HSV(B)211.65º85.81%58.04%-
XYZ8.68.1829.14-
YUV70.7171.6292.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=8.4%
G=32.4%
B=59.2%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21811480.860.4500.42211.6575.1533.14
Hex155194562D02Ad44b21
Octal251212241265505232411341
Binary1010110100011001010010101101011010101010110101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155194; }

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

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

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

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

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

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

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

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