Html Css Color HEX #1E468D Endeavour

📋 copy color: '#1E468D'

red 30 ◦ green 70 ◦ blue 141

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

Shades of Endeavour #1E468D

Tints of Endeavour #1E468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 12.45%
G = 29.05%
B = 58.51%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E468D (or 0x1E468D) is known color: Endeavour. HEX triplet: 1E, 46 and 8D. RGB value is (30,70,141). Sum of RGB (Red+Green+Blue) = 30+70+141=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E468D is #E1B972. Grayscale: #414141. Windows color (decimal): -14793075 or 9258526. OLE color: 9258526.

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

Color convert

RGB 30 70 141 -
CMYK 0.79 0.50 0 0.45
HSL 218.38º 0.65% 0.34% -
HSV(B) 218.38º 0.79% 0.55% -
XYZ 7.53 6.58 26.07 -
YUV 66.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 30 70 141 0.79 0.50 0 0.45 218.38 0.65 0.34
Hex 1E 46 8D 4F 32 0 2D DA 41 22
Octal 36 106 215 117 62 0 55 332 101 42
Binary 11110 1000110 10001101 1001111 110010 0 101101 11011010 1000001 100010

Color Harmonies of #1E468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E468D

Black with #1E468D

Text Example


Text Example

White with #1E468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,70,141); }

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

background-color css

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

 a { background-color: rgb(30,70,141); }

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

border-color css

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

 span { border-color: rgb(30,70,141); }

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