Html Css Color HEX #1D4786 Endeavour

📋 copy color: '#1D4786'

red 29 ◦ green 71 ◦ blue 134

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

Shades of Endeavour #1D4786

Tints of Endeavour #1D4786

RGB

 RED value IS 29 (11.72% from 255) = 12.39%

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 134 (52.73% from 255) = 57.26%

R = 12.39%
G = 30.34%
B = 57.26%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D4786 (or 0x1D4786) is known color: Endeavour. HEX triplet: 1D, 47 and 86. RGB value is (29,71,134). Sum of RGB (Red+Green+Blue) = 29+71+134=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D4786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4786 is #E2B879. Grayscale: #414141. Windows color (decimal): -14858362 or 8800029. OLE color: 8800029.

HSL color Cylindrical-coordinate representation of color #1D4786: hue angle of 216º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4786 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 71 134 -
CMYK 0.78 0.47 0 0.47
HSL 216º 0.64% 0.32% -
HSV(B) 216º 0.78% 0.53% -
XYZ 7.06 6.49 23.43 -
YUV 65.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 29 71 134 0.78 0.47 0 0.47 216 0.64 0.32
Hex 1D 47 86 4E 2F 0 2F D8 40 20
Octal 35 107 206 116 57 0 57 330 100 40
Binary 11101 1000111 10000110 1001110 101111 0 101111 11011000 1000000 100000

Color Harmonies of #1D4786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4786

Black with #1D4786

Text Example


Text Example

White with #1D4786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,71,134); }

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

background-color css

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

 a { background-color: rgb(29,71,134); }

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

border-color css

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

 span { border-color: rgb(29,71,134); }

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