#1E4985

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

Shades of Endeavour #1E4985

Tints of Endeavour #1E4985

Color information

#1E4985 (or 0x1E4985) is unknown color: approx Endeavour. HEX triplet: 1E, 49 and 85. RGB value is (30,73,133). Sum of RGB (Red+Green+Blue) = 30+73+133=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4985 is #E1B67A. Grayscale: #424242. Windows color (decimal): -14792315 or 8735006. OLE color: 8735006.

HSL color Cylindrical-coordinate representation of color #1E4985: hue angle of 214.95º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4985 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3073133-
CMYK0.770.4500.48
HSL214.95º63.19%31.96%-
HSV(B)214.95º77.44%52.16%-
XYZ7.156.7323.11-
YUV66.98165.25101.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=12.71%
G=30.93%
B=56.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30731330.770.4500.48214.9563.1931.96
Hex1E49854D2D030d73f20
Octal36111205115550603277740
Binary111101001001100001011001101101101011000011010111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,133); }

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

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

 a { background-color: rgb(30,73,133); }

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

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

 span { border-color: rgb(30,73,133); }

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