#1E6694

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

Shades of Endeavour #1E6694

Tints of Endeavour #1E6694

Color information

#1E6694 (or 0x1E6694) is unknown color: approx Endeavour. HEX triplet: 1E, 66 and 94. RGB value is (30,102,148). Sum of RGB (Red+Green+Blue) = 30+102+148=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E6694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6694 is #E1996B. Grayscale: #555555. Windows color (decimal): -14784876 or 9725470. OLE color: 9725470.

HSL color Cylindrical-coordinate representation of color #1E6694: hue angle of 203.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E6694 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB30102148-
CMYK0.800.3100.42
HSL203.39º66.29%34.9%-
HSV(B)203.39º79.73%58.04%-
XYZ10.6311.9229.76-
YUV85.72163.1588.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.71%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 148 (58.20% from 255) = 52.86%
R=10.71%
G=36.43%
B=52.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301021480.800.3100.42203.3966.2934.9
Hex1E6694501F02Acb4223
Octal361462241203705231310243
Binary111101100110100101001010000111110101010110010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,102,148); }

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

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

 a { background-color: rgb(30,102,148); }

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

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

 span { border-color: rgb(30,102,148); }

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