#15548D

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

Shades of Endeavour #15548D

Tints of Endeavour #15548D

Color information

#15548D (or 0x15548D) is unknown color: approx Endeavour. HEX triplet: 15, 54 and 8D. RGB value is (21,84,141). Sum of RGB (Red+Green+Blue) = 21+84+141=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #15548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15548D is #EAAB72. Grayscale: #474747. Windows color (decimal): -15379315 or 9262101. OLE color: 9262101.

HSL color Cylindrical-coordinate representation of color #15548D: hue angle of 208.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15548D is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2184141-
CMYK0.850.4000.45
HSL208.5º74.07%31.76%-
HSV(B)208.5º85.11%55.29%-
XYZ8.298.4226.39-
YUV71.66167.1391.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 141 (55.47% from 255) = 57.32%
R=8.54%
G=34.15%
B=57.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21841410.850.4000.45208.574.0731.76
Hex15548D552802Dd04a20
Octal251242151255005532011240
Binary1010110101001000110110101011010000101101110100001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15548D; }

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

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

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

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

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

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

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

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