Html Css Color HEX #1E458E Endeavour

📋 copy color: '#1E458E'

red 30 ◦ green 69 ◦ blue 142

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

Shades of Endeavour #1E458E

Tints of Endeavour #1E458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 12.45%
G = 28.63%
B = 58.92%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E458E (or 0x1E458E) is known color: Endeavour. HEX triplet: 1E, 45 and 8E. RGB value is (30,69,142). Sum of RGB (Red+Green+Blue) = 30+69+142=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E458E is #E1BA71. Grayscale: #414141. Windows color (decimal): -14793330 or 9323806. OLE color: 9323806.

HSL color Cylindrical-coordinate representation of color #1E458E: hue angle of 219.11º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E458E is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 69 142 -
CMYK 0.79 0.51 0 0.44
HSL 219.11º 0.65% 0.34% -
HSV(B) 219.11º 0.79% 0.56% -
XYZ 7.55 6.49 26.45 -
YUV 65.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 30 69 142 0.79 0.51 0 0.44 219.11 0.65 0.34
Hex 1E 45 8E 4F 33 0 2C DB 41 22
Octal 36 105 216 117 63 0 54 333 101 42
Binary 11110 1000101 10001110 1001111 110011 0 101100 11011011 1000001 100010

Color Harmonies of #1E458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E458E

Black with #1E458E

Text Example


Text Example

White with #1E458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,69,142); }

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

background-color css

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

 a { background-color: rgb(30,69,142); }

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

border-color css

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

 span { border-color: rgb(30,69,142); }

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