#156394

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

Shades of Endeavour #156394

Tints of Endeavour #156394

Color information

#156394 (or 0x156394) is unknown color: approx Endeavour. HEX triplet: 15, 63 and 94. RGB value is (21,99,148). Sum of RGB (Red+Green+Blue) = 21+99+148=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #156394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156394 is #EA9C6B. Grayscale: #505050. Windows color (decimal): -15375468 or 9724693. OLE color: 9724693.

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

Color convert

RGB2199148-
CMYK0.860.3300.42
HSL203.15º75.15%33.14%-
HSV(B)203.15º85.81%58.04%-
XYZ10.1211.2229.65-
YUV81.26165.6685.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=7.84%
G=36.94%
B=55.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21991480.860.3300.42203.1575.1533.14
Hex156394562102Acb4b21
Octal251432241264105231311341
Binary1010111000111001010010101101000010101010110010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156394; }

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

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

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

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

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

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

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

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