#155299

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

Shades of Endeavour #155299

Tints of Endeavour #155299

Color information

#155299 (or 0x155299) is unknown color: approx Endeavour. HEX triplet: 15, 52 and 99. RGB value is (21,82,153). Sum of RGB (Red+Green+Blue) = 21+82+153=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #155299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155299 is #EAAD66. Grayscale: #474747. Windows color (decimal): -15379815 or 10048021. OLE color: 10048021.

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

Color convert

RGB2182153-
CMYK0.860.4600.4
HSL212.27º75.86%34.12%-
HSV(B)212.27º86.27%60%-
XYZ9.088.4931.3-
YUV71.85173.7991.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=8.20%
G=32.03%
B=59.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21821530.860.4600.4212.2775.8634.12
Hex155299562E028d44c22
Octal251222311265605032411442
Binary1010110100101001100110101101011100101000110101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155299; }

 p { color: rgb(21,82,153); }

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

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

 a { background-color: rgb(21,82,153); }

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

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

 span { border-color: rgb(21,82,153); }

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