#1E4F85

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

Shades of Endeavour #1E4F85

Tints of Endeavour #1E4F85

Color information

#1E4F85 (or 0x1E4F85) is unknown color: approx Endeavour. HEX triplet: 1E, 4F and 85. RGB value is (30,79,133). Sum of RGB (Red+Green+Blue) = 30+79+133=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4F85 is #E1B07A. Grayscale: #464646. Windows color (decimal): -14790779 or 8736542. OLE color: 8736542.

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

Color convert

RGB3079133-
CMYK0.770.4100.48
HSL211.46º63.19%31.96%-
HSV(B)211.46º77.44%52.16%-
XYZ7.577.5623.25-
YUV70.5163.2799.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.40%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=12.40%
G=32.64%
B=54.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30791330.770.4100.48211.4663.1931.96
Hex1E4F854D29030d33f20
Octal36117205115510603237740
Binary111101001111100001011001101101001011000011010011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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