Html Css Color HEX #1D4E91 Endeavour

📋 copy color: '#1D4E91'

red 29 ◦ green 78 ◦ blue 145

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

Shades of Endeavour #1D4E91

Tints of Endeavour #1D4E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.95%

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

R = 11.51%
G = 30.95%
B = 57.54%

CMYK

 C value IS 0.8

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D4E91 (or 0x1D4E91) is known color: Endeavour. HEX triplet: 1D, 4E and 91. RGB value is (29,78,145). Sum of RGB (Red+Green+Blue) = 29+78+145=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D4E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4E91 is #E2B16E. Grayscale: #464646. Windows color (decimal): -14856559 or 9522717. OLE color: 9522717.

HSL color Cylindrical-coordinate representation of color #1D4E91: hue angle of 214.66º 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 #1D4E91 is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 78 145 -
CMYK 0.8 0.46 0 0.43
HSL 214.66º 0.67% 0.34% -
HSV(B) 214.66º 0.8% 0.57% -
XYZ 8.34 7.75 27.85 -
YUV 70.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 29 78 145 0.8 0.46 0 0.43 214.66 0.67 0.34
Hex 1D 4E 91 50 2E 0 2B D7 43 22
Octal 35 116 221 120 56 0 53 327 103 42
Binary 11101 1001110 10010001 1010000 101110 0 101011 11010111 1000011 100010

Color Harmonies of #1D4E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4E91

Black with #1D4E91

Text Example


Text Example

White with #1D4E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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