#155795

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

Shades of Endeavour #155795

Tints of Endeavour #155795

Color information

#155795 (or 0x155795) is unknown color: approx Endeavour. HEX triplet: 15, 57 and 95. RGB value is (21,87,149). Sum of RGB (Red+Green+Blue) = 21+87+149=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #155795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155795 is #EAA86A. Grayscale: #4A4A4A. Windows color (decimal): -15378539 or 9787157. OLE color: 9787157.

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

Color convert

RGB2187149-
CMYK0.860.4200.42
HSL209.06º75.29%33.33%-
HSV(B)209.06º85.91%58.43%-
XYZ9.149.1529.72-
YUV74.33170.1389.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=8.17%
G=33.85%
B=57.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21871490.860.4200.42209.0675.2933.33
Hex155795562A02Ad14b21
Octal251272251265205232111341
Binary1010110101111001010110101101010100101010110100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155795; }

 p { color: rgb(21,87,149); }

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

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

 a { background-color: rgb(21,87,149); }

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

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

 span { border-color: rgb(21,87,149); }

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