Html Css Color HEX #1E549B Endeavour

📋 copy color: '#1E549B'

red 30 ◦ green 84 ◦ blue 155

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

Shades of Endeavour #1E549B

Tints of Endeavour #1E549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 11.15%
G = 31.23%
B = 57.62%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E549B (or 0x1E549B) is known color: Endeavour. HEX triplet: 1E, 54 and 9B. RGB value is (30,84,155). Sum of RGB (Red+Green+Blue) = 30+84+155=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E549B is #E1AB64. Grayscale: #4B4B4B. Windows color (decimal): -14789477 or 10179614. OLE color: 10179614.

HSL color Cylindrical-coordinate representation of color #1E549B: hue angle of 214.08º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E549B is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 84 155 -
CMYK 0.81 0.46 0 0.39
HSL 214.08º 0.68% 0.36% -
HSV(B) 214.08º 0.81% 0.61% -
XYZ 9.62 8.98 32.24 -
YUV 75.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 30 84 155 0.81 0.46 0 0.39 214.08 0.68 0.36
Hex 1E 54 9B 51 2E 0 27 D6 44 24
Octal 36 124 233 121 56 0 47 326 104 44
Binary 11110 1010100 10011011 1010001 101110 0 100111 11010110 1000100 100100

Color Harmonies of #1E549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E549B

Black with #1E549B

Text Example


Text Example

White with #1E549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,155); }

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

background-color css

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

 a { background-color: rgb(30,84,155); }

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

border-color css

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

 span { border-color: rgb(30,84,155); }

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