#1E4B98

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

Shades of Endeavour #1E4B98

Tints of Endeavour #1E4B98

Color information

#1E4B98 (or 0x1E4B98) is unknown color: approx Endeavour. HEX triplet: 1E, 4B and 98. RGB value is (30,75,152). Sum of RGB (Red+Green+Blue) = 30+75+152=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E4B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4B98 is #E1B467. Grayscale: #454545. Windows color (decimal): -14791784 or 9980702. OLE color: 9980702.

HSL color Cylindrical-coordinate representation of color #1E4B98: hue angle of 217.87º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E4B98 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3075152-
CMYK0.800.5100.40
HSL217.87º67.03%35.69%-
HSV(B)217.87º80.26%59.61%-
XYZ8.727.5830.71-
YUV70.32174.0999.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=11.67%
G=29.18%
B=59.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30751520.800.5100.40217.8767.0335.69
Hex1E4B985033028da4324
Octal361132301206305033210344
Binary1111010010111001100010100001100110101000110110101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,152); }

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

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

 a { background-color: rgb(30,75,152); }

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

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

 span { border-color: rgb(30,75,152); }

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