Html Css Color HEX #1E588B Endeavour

📋 copy color: '#1E588B'

red 30 ◦ green 88 ◦ blue 139

#1E588B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #1E588B

Tints of Endeavour #1E588B

RGB

 RED value IS 30 (12.11% from 255) = 11.67%

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 11.67%
G = 34.24%
B = 54.09%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E588B (or 0x1E588B) is known color: Endeavour. HEX triplet: 1E, 58 and 8B. RGB value is (30,88,139). Sum of RGB (Red+Green+Blue) = 30+88+139=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E588B is #E1A774. Grayscale: #4C4C4C. Windows color (decimal): -14788469 or 9132062. OLE color: 9132062.

HSL color Cylindrical-coordinate representation of color #1E588B: hue angle of 208.07º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E588B is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 88 139 -
CMYK 0.78 0.37 0 0.45
HSL 208.07º 0.64% 0.33% -
HSV(B) 208.07º 0.78% 0.55% -
XYZ 8.69 9.12 25.73 -
YUV 76.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 30 88 139 0.78 0.37 0 0.45 208.07 0.64 0.33
Hex 1E 58 8B 4E 25 0 2D D0 40 21
Octal 36 130 213 116 45 0 55 320 100 41
Binary 11110 1011000 10001011 1001110 100101 0 101101 11010000 1000000 100001

Color Harmonies of #1E588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E588B

Black with #1E588B

Text Example


Text Example

White with #1E588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,88,139); }

 H1.HeaderClassName
 {
   color: #1E588B;
 }
 .AnyTagClassName
 {
   color: #1E588B;
 }
</style>

background-color css

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

 a { background-color: rgb(30,88,139); }

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

border-color css

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

 span { border-color: rgb(30,88,139); }

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