Html Css Color HEX #1E539F Endeavour

📋 copy color: '#1E539F'

red 30 ◦ green 83 ◦ blue 159

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

Shades of Endeavour #1E539F

Tints of Endeavour #1E539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 159 (62.5% from 255) = 58.46%

R = 11.03%
G = 30.51%
B = 58.46%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E539F (or 0x1E539F) is known color: Endeavour. HEX triplet: 1E, 53 and 9F. RGB value is (30,83,159). Sum of RGB (Red+Green+Blue) = 30+83+159=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E539F is #E1AC60. Grayscale: #4B4B4B. Windows color (decimal): -14789729 or 10441502. OLE color: 10441502.

HSL color Cylindrical-coordinate representation of color #1E539F: hue angle of 215.35º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E539F is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 83 159 -
CMYK 0.81 0.48 0 0.38
HSL 215.35º 0.68% 0.37% -
HSV(B) 215.35º 0.81% 0.62% -
XYZ 9.89 8.97 34.01 -
YUV 75.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 30 83 159 0.81 0.48 0 0.38 215.35 0.68 0.37
Hex 1E 53 9F 51 30 0 26 D7 44 25
Octal 36 123 237 121 60 0 46 327 104 45
Binary 11110 1010011 10011111 1010001 110000 0 100110 11010111 1000100 100101

Color Harmonies of #1E539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E539F

Black with #1E539F

Text Example


Text Example

White with #1E539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,83,159); }

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

background-color css

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

 a { background-color: rgb(30,83,159); }

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

border-color css

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

 span { border-color: rgb(30,83,159); }

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