#13548D

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

Shades of Endeavour #13548D

Tints of Endeavour #13548D

Color information

#13548D (or 0x13548D) is unknown color: approx Endeavour. HEX triplet: 13, 54 and 8D. RGB value is (19,84,141). Sum of RGB (Red+Green+Blue) = 19+84+141=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #13548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13548D is #ECAB72. Grayscale: #464646. Windows color (decimal): -15510387 or 9262099. OLE color: 9262099.

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

Color convert

RGB1984141-
CMYK0.870.4000.45
HSL208.03º76.25%31.37%-
HSV(B)208.03º86.52%55.29%-
XYZ8.258.426.39-
YUV71.06167.4790.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=7.79%
G=34.43%
B=57.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19841410.870.4000.45208.0376.2531.37
Hex13548D572802Dd04c1f
Octal231242151275005532011437
Binary100111010100100011011010111101000010110111010000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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