#156294

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

Shades of Endeavour #156294

Tints of Endeavour #156294

Color information

#156294 (or 0x156294) is unknown color: approx Endeavour. HEX triplet: 15, 62 and 94. RGB value is (21,98,148). Sum of RGB (Red+Green+Blue) = 21+98+148=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #156294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156294 is #EA9D6B. Grayscale: #505050. Windows color (decimal): -15375724 or 9724437. OLE color: 9724437.

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

Color convert

RGB2198148-
CMYK0.860.3400.42
HSL203.62º75.15%33.14%-
HSV(B)203.62º85.81%58.04%-
XYZ10.0211.0329.62-
YUV80.68165.9985.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 148 (58.20% from 255) = 55.43%
R=7.87%
G=36.70%
B=55.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21981480.860.3400.42203.6275.1533.14
Hex156294562202Acc4b21
Octal251422241264205231411341
Binary1010111000101001010010101101000100101010110011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156294; }

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

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

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

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

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

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

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

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