Html Css Color HEX #1E608E Endeavour

📋 copy color: '#1E608E'

red 30 ◦ green 96 ◦ blue 142

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

Shades of Endeavour #1E608E

Tints of Endeavour #1E608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

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

R = 11.19%
G = 35.82%
B = 52.99%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E608E (or 0x1E608E) is known color: Endeavour. HEX triplet: 1E, 60 and 8E. RGB value is (30,96,142). Sum of RGB (Red+Green+Blue) = 30+96+142=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E608E is #E19F71. Grayscale: #515151. Windows color (decimal): -14786418 or 9330718. OLE color: 9330718.

HSL color Cylindrical-coordinate representation of color #1E608E: hue angle of 204.64º 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 #1E608E is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 96 142 -
CMYK 0.79 0.32 0 0.44
HSL 204.64º 0.65% 0.34% -
HSV(B) 204.64º 0.79% 0.56% -
XYZ 9.6 10.59 27.13 -
YUV 81.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 30 96 142 0.79 0.32 0 0.44 204.64 0.65 0.34
Hex 1E 60 8E 4F 20 0 2C CD 41 22
Octal 36 140 216 117 40 0 54 315 101 42
Binary 11110 1100000 10001110 1001111 100000 0 101100 11001101 1000001 100010

Color Harmonies of #1E608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E608E

Black with #1E608E

Text Example


Text Example

White with #1E608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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