#15549E

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

Shades of Endeavour #15549E

Tints of Endeavour #15549E

Color information

#15549E (or 0x15549E) is unknown color: approx Endeavour. HEX triplet: 15, 54 and 9E. RGB value is (21,84,158). Sum of RGB (Red+Green+Blue) = 21+84+158=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #15549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15549E is #EAAB61. Grayscale: #494949. Windows color (decimal): -15379298 or 10376213. OLE color: 10376213.

HSL color Cylindrical-coordinate representation of color #15549E: hue angle of 212.41º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15549E is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2184158-
CMYK0.870.4700.38
HSL212.41º76.54%35.1%-
HSV(B)212.41º86.71%61.96%-
XYZ9.658.9733.57-
YUV73.6175.6390.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.98%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=7.98%
G=31.94%
B=60.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21841580.870.4700.38212.4176.5435.1
Hex15549E572F026d44d23
Octal251242361275704632411543
Binary1010110101001001111010101111011110100110110101001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15549E; }

 p { color: rgb(21,84,158); }

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

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

 a { background-color: rgb(21,84,158); }

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

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

 span { border-color: rgb(21,84,158); }

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