Html Css Color HEX #1E6492 Endeavour

📋 copy color: '#1E6492'

red 30 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #1E6492

Tints of Endeavour #1E6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 10.87%
G = 36.23%
B = 52.9%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E6492 (or 0x1E6492) is known color: Endeavour. HEX triplet: 1E, 64 and 92. RGB value is (30,100,146). Sum of RGB (Red+Green+Blue) = 30+100+146=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E6492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6492 is #E19B6D. Grayscale: #545454. Windows color (decimal): -14785390 or 9593886. OLE color: 9593886.

HSL color Cylindrical-coordinate representation of color #1E6492: hue angle of 203.79º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E6492 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 30 100 146 -
CMYK 0.79 0.32 0 0.43
HSL 203.79º 0.66% 0.35% -
HSV(B) 203.79º 0.79% 0.57% -
XYZ 10.28 11.47 28.87 -
YUV 84.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 30 100 146 0.79 0.32 0 0.43 203.79 0.66 0.35
Hex 1E 64 92 4F 20 0 2B CC 42 23
Octal 36 144 222 117 40 0 53 314 102 43
Binary 11110 1100100 10010010 1001111 100000 0 101011 11001100 1000010 100011

Color Harmonies of #1E6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6492

Black with #1E6492

Text Example


Text Example

White with #1E6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,100,146); }

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

background-color css

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

 a { background-color: rgb(30,100,146); }

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

border-color css

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

 span { border-color: rgb(30,100,146); }

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