#15509B

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

Shades of Endeavour #15509B

Tints of Endeavour #15509B

Color information

#15509B (or 0x15509B) is unknown color: approx Endeavour. HEX triplet: 15, 50 and 9B. RGB value is (21,80,155). Sum of RGB (Red+Green+Blue) = 21+80+155=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #15509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15509B is #EAAF64. Grayscale: #464646. Windows color (decimal): -15380325 or 10178581. OLE color: 10178581.

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

Color convert

RGB2180155-
CMYK0.860.4800.39
HSL213.58º76.14%34.51%-
HSV(B)213.58º86.45%60.78%-
XYZ9.098.2632.13-
YUV70.91175.4592.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 155 (60.94% from 255) = 60.55%
R=8.20%
G=31.25%
B=60.55%

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
Decimal21801550.860.4800.39213.5876.1434.51
Hex15509B5630027d64c23
Octal251202331266004732611443
Binary1010110100001001101110101101100000100111110101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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