Html Css Color HEX #1E5D97 Endeavour

📋 copy color: '#1E5D97'

red 30 ◦ green 93 ◦ blue 151

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

Shades of Endeavour #1E5D97

Tints of Endeavour #1E5D97

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

 BLUE value IS 151 (59.38% from 255) = 55.11%

R = 10.95%
G = 33.94%
B = 55.11%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1E5D97 (or 0x1E5D97) is known color: Endeavour. HEX triplet: 1E, 5D and 97. RGB value is (30,93,151). Sum of RGB (Red+Green+Blue) = 30+93+151=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E5D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5D97 is #E1A268. Grayscale: #505050. Windows color (decimal): -14787177 or 9919774. OLE color: 9919774.

HSL color Cylindrical-coordinate representation of color #1E5D97: hue angle of 208.76º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E5D97 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 93 151 -
CMYK 0.80 0.38 0 0.41
HSL 208.76º 0.67% 0.35% -
HSV(B) 208.76º 0.8% 0.59% -
XYZ 10.04 10.34 30.74 -
YUV 80.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 30 93 151 0.80 0.38 0 0.41 208.76 0.67 0.35
Hex 1E 5D 97 50 26 0 29 D1 43 23
Octal 36 135 227 120 46 0 51 321 103 43
Binary 11110 1011101 10010111 1010000 100110 0 101001 11010001 1000011 100011

Color Harmonies of #1E5D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5D97

Black with #1E5D97

Text Example


Text Example

White with #1E5D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,93,151); }

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

background-color css

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

 a { background-color: rgb(30,93,151); }

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

border-color css

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

 span { border-color: rgb(30,93,151); }

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