Html Css Color HEX #1E598B Endeavour

📋 copy color: '#1E598B'

red 30 ◦ green 89 ◦ blue 139

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

Shades of Endeavour #1E598B

Tints of Endeavour #1E598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 11.63%
G = 34.5%
B = 53.88%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E598B (or 0x1E598B) is known color: Endeavour. HEX triplet: 1E, 59 and 8B. RGB value is (30,89,139). Sum of RGB (Red+Green+Blue) = 30+89+139=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E598B is #E1A674. Grayscale: #4C4C4C. Windows color (decimal): -14788213 or 9132318. OLE color: 9132318.

HSL color Cylindrical-coordinate representation of color #1E598B: hue angle of 207.52º 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 #1E598B is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 89 139 -
CMYK 0.78 0.36 0 0.45
HSL 207.52º 0.64% 0.33% -
HSV(B) 207.52º 0.78% 0.55% -
XYZ 8.77 9.28 25.76 -
YUV 77.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 30 89 139 0.78 0.36 0 0.45 207.52 0.64 0.33
Hex 1E 59 8B 4E 24 0 2D D0 40 21
Octal 36 131 213 116 44 0 55 320 100 41
Binary 11110 1011001 10001011 1001110 100100 0 101101 11010000 1000000 100001

Color Harmonies of #1E598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E598B

Black with #1E598B

Text Example


Text Example

White with #1E598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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