Html Css Color HEX #1E529A Endeavour

📋 copy color: '#1E529A'

red 30 ◦ green 82 ◦ blue 154

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

Shades of Endeavour #1E529A

Tints of Endeavour #1E529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 154 (60.55% from 255) = 57.89%

R = 11.28%
G = 30.83%
B = 57.89%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1E529A (or 0x1E529A) is known color: Endeavour. HEX triplet: 1E, 52 and 9A. RGB value is (30,82,154). Sum of RGB (Red+Green+Blue) = 30+82+154=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E529A is #E1AD65. Grayscale: #4A4A4A. Windows color (decimal): -14789990 or 10113566. OLE color: 10113566.

HSL color Cylindrical-coordinate representation of color #1E529A: hue angle of 214.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E529A is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 82 154 -
CMYK 0.81 0.47 0 0.40
HSL 214.84º 0.67% 0.36% -
HSV(B) 214.84º 0.81% 0.6% -
XYZ 9.39 8.64 31.75 -
YUV 74.66 172.77 96.15 -
System Red Green Blue C M Y K H S L
Decimal 30 82 154 0.81 0.47 0 0.40 214.84 0.67 0.36
Hex 1E 52 9A 51 2F 0 28 D7 43 24
Octal 36 122 232 121 57 0 50 327 103 44
Binary 11110 1010010 10011010 1010001 101111 0 101000 11010111 1000011 100100

Color Harmonies of #1E529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E529A

Black with #1E529A

Text Example


Text Example

White with #1E529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,82,154); }

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

background-color css

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

 a { background-color: rgb(30,82,154); }

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

border-color css

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

 span { border-color: rgb(30,82,154); }

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