#15508F

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

Shades of Endeavour #15508F

Tints of Endeavour #15508F

Color information

#15508F (or 0x15508F) is unknown color: approx Endeavour. HEX triplet: 15, 50 and 8F. RGB value is (21,80,143). Sum of RGB (Red+Green+Blue) = 21+80+143=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #15508F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15508F is #EAAF70. Grayscale: #454545. Windows color (decimal): -15380337 or 9392149. OLE color: 9392149.

HSL color Cylindrical-coordinate representation of color #15508F: hue angle of 210.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15508F is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2180143-
CMYK0.850.4400.44
HSL210.98º74.39%32.16%-
HSV(B)210.98º85.31%56.08%-
XYZ8.147.8827.08-
YUV69.54169.4593.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 143 (56.25% from 255) = 58.61%
R=8.61%
G=32.79%
B=58.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21801430.850.4400.44210.9874.3932.16
Hex15508F552C02Cd34a20
Octal251202171255405432311240
Binary1010110100001000111110101011011000101100110100111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15508F; }

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

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

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

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

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

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

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

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