#15548F

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

Shades of Endeavour #15548F

Tints of Endeavour #15548F

Color information

#15548F (or 0x15548F) is unknown color: approx Endeavour. HEX triplet: 15, 54 and 8F. RGB value is (21,84,143). Sum of RGB (Red+Green+Blue) = 21+84+143=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #15548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15548F is #EAAB70. Grayscale: #474747. Windows color (decimal): -15379313 or 9393173. OLE color: 9393173.

HSL color Cylindrical-coordinate representation of color #15548F: hue angle of 209.02º 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 #15548F is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2184143-
CMYK0.850.4100.44
HSL209.02º74.39%32.16%-
HSV(B)209.02º85.31%56.08%-
XYZ8.448.4827.18-
YUV71.89168.1391.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 143 (56.25% from 255) = 57.66%
R=8.47%
G=33.87%
B=57.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21841430.850.4100.44209.0274.3932.16
Hex15548F552902Cd14a20
Octal251242171255105432111240
Binary1010110101001000111110101011010010101100110100011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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