#15519B

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

Shades of Endeavour #15519B

Tints of Endeavour #15519B

Color information

#15519B (or 0x15519B) is unknown color: approx Endeavour. HEX triplet: 15, 51 and 9B. RGB value is (21,81,155). Sum of RGB (Red+Green+Blue) = 21+81+155=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #15519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15519B is #EAAE64. Grayscale: #474747. Windows color (decimal): -15380069 or 10178837. OLE color: 10178837.

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

Color convert

RGB2181155-
CMYK0.860.4800.39
HSL213.13º76.14%34.51%-
HSV(B)213.13º86.45%60.78%-
XYZ9.178.4132.15-
YUV71.5175.1291.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=8.17%
G=31.52%
B=60.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21811550.860.4800.39213.1376.1434.51
Hex15519B5630027d54c23
Octal251212331266004732511443
Binary1010110100011001101110101101100000100111110101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15519B; }

 p { color: rgb(21,81,155); }

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

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

 a { background-color: rgb(21,81,155); }

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

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

 span { border-color: rgb(21,81,155); }

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