#156190

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

Shades of Endeavour #156190

Tints of Endeavour #156190

Color information

#156190 (or 0x156190) is unknown color: approx Endeavour. HEX triplet: 15, 61 and 90. RGB value is (21,97,144). Sum of RGB (Red+Green+Blue) = 21+97+144=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #156190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156190 is #EA9E6F. Grayscale: #4F4F4F. Windows color (decimal): -15375984 or 9462037. OLE color: 9462037.

HSL color Cylindrical-coordinate representation of color #156190: hue angle of 202.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156190 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2197144-
CMYK0.850.3300.44
HSL202.93º74.55%32.35%-
HSV(B)202.93º85.42%56.47%-
XYZ9.6210.7227.95-
YUV79.63164.3286.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.02%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=8.02%
G=37.02%
B=54.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21971440.850.3300.44202.9374.5532.35
Hex156190552102Ccb4b20
Octal251412201254105431311340
Binary1010111000011001000010101011000010101100110010111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156190; }

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

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

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

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

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

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

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

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