#156196

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

Shades of Endeavour #156196

Tints of Endeavour #156196

Color information

#156196 (or 0x156196) is unknown color: approx Endeavour. HEX triplet: 15, 61 and 96. RGB value is (21,97,150). Sum of RGB (Red+Green+Blue) = 21+97+150=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #156196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156196 is #EA9E69. Grayscale: #505050. Windows color (decimal): -15375978 or 9855253. OLE color: 9855253.

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

Color convert

RGB2197150-
CMYK0.860.3500.41
HSL204.65º75.44%33.53%-
HSV(B)204.65º86%58.82%-
XYZ10.0910.9130.43-
YUV80.32167.3285.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=7.84%
G=36.19%
B=55.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21971500.860.3500.41204.6575.4433.53
Hex1561965623029cd4b22
Octal251412261264305131511342
Binary1010111000011001011010101101000110101001110011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156196; }

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

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

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

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

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

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

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

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