Html Css Color HEX #1D4391 Endeavour

📋 copy color: '#1D4391'

red 29 ◦ green 67 ◦ blue 145

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

Shades of Endeavour #1D4391

Tints of Endeavour #1D4391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

 BLUE value IS 145 (57.03% from 255) = 60.17%

R = 12.03%
G = 27.8%
B = 60.17%

CMYK

 C value IS 0.8

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D4391 (or 0x1D4391) is known color: Endeavour. HEX triplet: 1D, 43 and 91. RGB value is (29,67,145). Sum of RGB (Red+Green+Blue) = 29+67+145=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D4391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4391 is #E2BC6E. Grayscale: #404040. Windows color (decimal): -14859375 or 9519901. OLE color: 9519901.

HSL color Cylindrical-coordinate representation of color #1D4391: hue angle of 220.34º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D4391 is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 67 145 -
CMYK 0.8 0.54 0 0.43
HSL 220.34º 0.67% 0.34% -
HSV(B) 220.34º 0.8% 0.57% -
XYZ 7.62 6.32 27.61 -
YUV 64.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 29 67 145 0.8 0.54 0 0.43 220.34 0.67 0.34
Hex 1D 43 91 50 36 0 2B DC 43 22
Octal 35 103 221 120 66 0 53 334 103 42
Binary 11101 1000011 10010001 1010000 110110 0 101011 11011100 1000011 100010

Color Harmonies of #1D4391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4391

Black with #1D4391

Text Example


Text Example

White with #1D4391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,67,145); }

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

background-color css

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

 a { background-color: rgb(29,67,145); }

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

border-color css

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

 span { border-color: rgb(29,67,145); }

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