#1E568D

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

Shades of Endeavour #1E568D

Tints of Endeavour #1E568D

Color information

#1E568D (or 0x1E568D) is unknown color: approx Endeavour. HEX triplet: 1E, 56 and 8D. RGB value is (30,86,141). Sum of RGB (Red+Green+Blue) = 30+86+141=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E568D is #E1A972. Grayscale: #4B4B4B. Windows color (decimal): -14788979 or 9262622. OLE color: 9262622.

HSL color Cylindrical-coordinate representation of color #1E568D: hue angle of 209.73º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E568D is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3086141-
CMYK0.790.3900.45
HSL209.73º64.91%33.53%-
HSV(B)209.73º78.72%55.29%-
XYZ8.678.8526.45-
YUV75.53164.9595.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=11.67%
G=33.46%
B=54.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30861410.790.3900.45209.7364.9133.53
Hex1E568D4F2702Dd24122
Octal361262151174705532210142
Binary1111010101101000110110011111001110101101110100101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E568D; }

 p { color: rgb(30,86,141); }

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

<style>
 a { background-color: #1E568D; }

 a { background-color: rgb(30,86,141); }

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

<style>
 span { border-color: #1E568D; }

 span { border-color: rgb(30,86,141); }

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