#1E4885

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

Shades of Endeavour #1E4885

Tints of Endeavour #1E4885

Color information

#1E4885 (or 0x1E4885) is unknown color: approx Endeavour. HEX triplet: 1E, 48 and 85. RGB value is (30,72,133). Sum of RGB (Red+Green+Blue) = 30+72+133=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4885 is #E1B77A. Grayscale: #424242. Windows color (decimal): -14792571 or 8734750. OLE color: 8734750.

HSL color Cylindrical-coordinate representation of color #1E4885: hue angle of 215.53º 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 #1E4885 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3072133-
CMYK0.770.4600.48
HSL215.53º63.19%31.96%-
HSV(B)215.53º77.44%52.16%-
XYZ7.096.623.09-
YUV66.4165.59102.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=12.77%
G=30.64%
B=56.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30721330.770.4600.48215.5363.1931.96
Hex1E48854D2E030d83f20
Octal36110205115560603307740
Binary111101001000100001011001101101110011000011011000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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