#155E94

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

Shades of Endeavour #155E94

Tints of Endeavour #155E94

Color information

#155E94 (or 0x155E94) is unknown color: approx Endeavour. HEX triplet: 15, 5E and 94. RGB value is (21,94,148). Sum of RGB (Red+Green+Blue) = 21+94+148=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #155E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E94 is #EAA16B. Grayscale: #4E4E4E. Windows color (decimal): -15376748 or 9723413. OLE color: 9723413.

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

Color convert

RGB2194148-
CMYK0.860.3600.42
HSL205.51º75.15%33.14%-
HSV(B)205.51º85.81%58.04%-
XYZ9.6610.329.5-
YUV78.33167.3287.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.98%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=7.98%
G=35.74%
B=56.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21941480.860.3600.42205.5175.1533.14
Hex155E94562402Ace4b21
Octal251362241264405231611341
Binary1010110111101001010010101101001000101010110011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155E94; }

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

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

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

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

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

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

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

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