Html Css Color HEX #1E5992 Endeavour

📋 copy color: '#1E5992'

red 30 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #1E5992

Tints of Endeavour #1E5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

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

R = 11.32%
G = 33.58%
B = 55.09%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E5992 (or 0x1E5992) is known color: Endeavour. HEX triplet: 1E, 59 and 92. RGB value is (30,89,146). Sum of RGB (Red+Green+Blue) = 30+89+146=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E5992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5992 is #E1A66D. Grayscale: #4D4D4D. Windows color (decimal): -14788206 or 9591070. OLE color: 9591070.

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

Color convert

RGB 30 89 146 -
CMYK 0.79 0.39 0 0.43
HSL 209.48º 0.66% 0.35% -
HSV(B) 209.48º 0.79% 0.57% -
XYZ 9.3 9.5 28.54 -
YUV 77.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 30 89 146 0.79 0.39 0 0.43 209.48 0.66 0.35
Hex 1E 59 92 4F 27 0 2B D1 42 23
Octal 36 131 222 117 47 0 53 321 102 43
Binary 11110 1011001 10010010 1001111 100111 0 101011 11010001 1000010 100011

Color Harmonies of #1E5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5992

Black with #1E5992

Text Example


Text Example

White with #1E5992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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