#1E5F98

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

Shades of Endeavour #1E5F98

Tints of Endeavour #1E5F98

Color information

#1E5F98 (or 0x1E5F98) is unknown color: approx Endeavour. HEX triplet: 1E, 5F and 98. RGB value is (30,95,152). Sum of RGB (Red+Green+Blue) = 30+95+152=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E5F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5F98 is #E1A067. Grayscale: #515151. Windows color (decimal): -14786664 or 9985822. OLE color: 9985822.

HSL color Cylindrical-coordinate representation of color #1E5F98: hue angle of 208.03º 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 #1E5F98 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3095152-
CMYK0.800.3800.40
HSL208.03º67.03%35.69%-
HSV(B)208.03º80.26%59.61%-
XYZ10.310.7331.23-
YUV82.06167.4790.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.83%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 152 (59.77% from 255) = 54.87%
R=10.83%
G=34.30%
B=54.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30951520.800.3800.40208.0367.0335.69
Hex1E5F985026028d04324
Octal361372301204605032010344
Binary1111010111111001100010100001001100101000110100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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