#155C9C

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

Shades of Endeavour #155C9C

Tints of Endeavour #155C9C

Color information

#155C9C (or 0x155C9C) is unknown color: approx Endeavour. HEX triplet: 15, 5C and 9C. RGB value is (21,92,156). Sum of RGB (Red+Green+Blue) = 21+92+156=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #155C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C9C is #EAA363. Grayscale: #4D4D4D. Windows color (decimal): -15377252 or 10247189. OLE color: 10247189.

HSL color Cylindrical-coordinate representation of color #155C9C: hue angle of 208.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155C9C is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2192156-
CMYK0.870.4100.39
HSL208.44º76.27%34.71%-
HSV(B)208.44º86.54%61.18%-
XYZ10.1410.2132.89-
YUV78.07171.9887.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 156 (61.33% from 255) = 57.99%
R=7.81%
G=34.20%
B=57.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21921560.870.4100.39208.4476.2734.71
Hex155C9C5729027d04c23
Octal251342341275104732011443
Binary1010110111001001110010101111010010100111110100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155C9C; }

 p { color: rgb(21,92,156); }

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

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

 a { background-color: rgb(21,92,156); }

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

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

 span { border-color: rgb(21,92,156); }

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