#1E4A9B

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

Shades of Endeavour #1E4A9B

Tints of Endeavour #1E4A9B

Color information

#1E4A9B (or 0x1E4A9B) is unknown color: approx Endeavour. HEX triplet: 1E, 4A and 9B. RGB value is (30,74,155). Sum of RGB (Red+Green+Blue) = 30+74+155=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E4A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4A9B is #E1B564. Grayscale: #454545. Windows color (decimal): -14792037 or 10177054. OLE color: 10177054.

HSL color Cylindrical-coordinate representation of color #1E4A9B: hue angle of 218.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E4A9B is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3074155-
CMYK0.810.5200.39
HSL218.88º67.57%36.27%-
HSV(B)218.88º80.65%60.78%-
XYZ8.97.5432-
YUV70.08175.9299.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.58%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 59.85%
R=11.58%
G=28.57%
B=59.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30741550.810.5200.39218.8867.5736.27
Hex1E4A9B5134027db4424
Octal361122331216404733310444
Binary1111010010101001101110100011101000100111110110111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,74,155); }

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

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

 a { background-color: rgb(30,74,155); }

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

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

 span { border-color: rgb(30,74,155); }

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