Html Css Color HEX #1E4C84 Endeavour

📋 copy color: '#1E4C84'

red 30 ◦ green 76 ◦ blue 132

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

Shades of Endeavour #1E4C84

Tints of Endeavour #1E4C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

 BLUE value IS 132 (51.95% from 255) = 55.46%

R = 12.61%
G = 31.93%
B = 55.46%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E4C84 (or 0x1E4C84) is known color: Endeavour. HEX triplet: 1E, 4C and 84. RGB value is (30,76,132). Sum of RGB (Red+Green+Blue) = 30+76+132=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E4C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4C84 is #E1B37B. Grayscale: #444444. Windows color (decimal): -14791548 or 8670238. OLE color: 8670238.

HSL color Cylindrical-coordinate representation of color #1E4C84: hue angle of 212.94º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4C84 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 76 132 -
CMYK 0.77 0.42 0 0.48
HSL 212.94º 0.63% 0.32% -
HSV(B) 212.94º 0.77% 0.52% -
XYZ 7.28 7.11 22.82 -
YUV 68.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 30 76 132 0.77 0.42 0 0.48 212.94 0.63 0.32
Hex 1E 4C 84 4D 2A 0 30 D5 3F 20
Octal 36 114 204 115 52 0 60 325 77 40
Binary 11110 1001100 10000100 1001101 101010 0 110000 11010101 111111 100000

Color Harmonies of #1E4C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4C84

Black with #1E4C84

Text Example


Text Example

White with #1E4C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,76,132); }

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

background-color css

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

 a { background-color: rgb(30,76,132); }

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

border-color css

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

 span { border-color: rgb(30,76,132); }

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