#156098

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

Shades of Endeavour #156098

Tints of Endeavour #156098

Color information

#156098 (or 0x156098) is unknown color: approx Endeavour. HEX triplet: 15, 60 and 98. RGB value is (21,96,152). Sum of RGB (Red+Green+Blue) = 21+96+152=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #156098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156098 is #EA9F67. Grayscale: #4F4F4F. Windows color (decimal): -15376232 or 9986069. OLE color: 9986069.

HSL color Cylindrical-coordinate representation of color #156098: hue angle of 205.65º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156098 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2196152-
CMYK0.860.3700.40
HSL205.65º75.72%33.92%-
HSV(B)205.65º86.18%59.61%-
XYZ10.1610.7931.25-
YUV79.96168.6585.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=7.81%
G=35.69%
B=56.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21961520.860.3700.40205.6575.7233.92
Hex1560985625028ce4c22
Octal251402301264505031611442
Binary1010111000001001100010101101001010101000110011101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156098; }

 p { color: rgb(21,96,152); }

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

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

 a { background-color: rgb(21,96,152); }

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

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

 span { border-color: rgb(21,96,152); }

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