#1E4983

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

Shades of Endeavour #1E4983

Tints of Endeavour #1E4983

Color information

#1E4983 (or 0x1E4983) is unknown color: approx Endeavour. HEX triplet: 1E, 49 and 83. RGB value is (30,73,131). Sum of RGB (Red+Green+Blue) = 30+73+131=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E4983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4983 is #E1B67C. Grayscale: #424242. Windows color (decimal): -14792317 or 8603934. OLE color: 8603934.

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

Color convert

RGB3073131-
CMYK0.770.4400.49
HSL214.46º62.73%31.57%-
HSV(B)214.46º77.1%51.37%-
XYZ7.016.6822.39-
YUV66.76164.25101.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=12.82%
G=31.20%
B=55.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30731310.770.4400.49214.4662.7331.57
Hex1E49834D2C031d63f20
Octal36111203115540613267740
Binary111101001001100000111001101101100011000111010110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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