#156396

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

Shades of Endeavour #156396

Tints of Endeavour #156396

Color information

#156396 (or 0x156396) is unknown color: approx Endeavour. HEX triplet: 15, 63 and 96. RGB value is (21,99,150). Sum of RGB (Red+Green+Blue) = 21+99+150=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #156396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156396 is #EA9C69. Grayscale: #515151. Windows color (decimal): -15375466 or 9855765. OLE color: 9855765.

HSL color Cylindrical-coordinate representation of color #156396: hue angle of 203.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156396 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2199150-
CMYK0.860.3400.41
HSL203.72º75.44%33.53%-
HSV(B)203.72º86%58.82%-
XYZ10.2811.2930.49-
YUV81.49166.6684.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.78%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=7.78%
G=36.67%
B=55.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21991500.860.3400.41203.7275.4433.53
Hex1563965622029cc4b22
Octal251432261264205131411342
Binary1010111000111001011010101101000100101001110011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156396; }

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

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

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

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

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

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

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

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