Html Css Color HEX #1E4896 Endeavour

📋 copy color: '#1E4896'

red 30 ◦ green 72 ◦ blue 150

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

Shades of Endeavour #1E4896

Tints of Endeavour #1E4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 11.9%
G = 28.57%
B = 59.52%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1E4896 (or 0x1E4896) is known color: Endeavour. HEX triplet: 1E, 48 and 96. RGB value is (30,72,150). Sum of RGB (Red+Green+Blue) = 30+72+150=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E4896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4896 is #E1B769. Grayscale: #434343. Windows color (decimal): -14792554 or 9848862. OLE color: 9848862.

HSL color Cylindrical-coordinate representation of color #1E4896: hue angle of 219º 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 #1E4896 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 72 150 -
CMYK 0.80 0.52 0 0.41
HSL 219º 0.67% 0.35% -
HSV(B) 219º 0.8% 0.59% -
XYZ 8.36 7.11 29.79 -
YUV 68.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 30 72 150 0.80 0.52 0 0.41 219 0.67 0.35
Hex 1E 48 96 50 34 0 29 DB 43 23
Octal 36 110 226 120 64 0 51 333 103 43
Binary 11110 1001000 10010110 1010000 110100 0 101001 11011011 1000011 100011

Color Harmonies of #1E4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4896

Black with #1E4896

Text Example


Text Example

White with #1E4896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,72,150); }

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

background-color css

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

 a { background-color: rgb(30,72,150); }

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

border-color css

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

 span { border-color: rgb(30,72,150); }

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