Html Css Color HEX #1D4C87 Endeavour

📋 copy color: '#1D4C87'

red 29 ◦ green 76 ◦ blue 135

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

Shades of Endeavour #1D4C87

Tints of Endeavour #1D4C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 12.08%
G = 31.67%
B = 56.25%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D4C87 (or 0x1D4C87) is known color: Endeavour. HEX triplet: 1D, 4C and 87. RGB value is (29,76,135). Sum of RGB (Red+Green+Blue) = 29+76+135=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D4C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4C87 is #E2B378. Grayscale: #444444. Windows color (decimal): -14857081 or 8866845. OLE color: 8866845.

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

Color convert

RGB 29 76 135 -
CMYK 0.79 0.44 0 0.47
HSL 213.4º 0.65% 0.32% -
HSV(B) 213.4º 0.79% 0.53% -
XYZ 7.46 7.18 23.91 -
YUV 68.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 29 76 135 0.79 0.44 0 0.47 213.4 0.65 0.32
Hex 1D 4C 87 4F 2C 0 2F D5 41 20
Octal 35 114 207 117 54 0 57 325 101 40
Binary 11101 1001100 10000111 1001111 101100 0 101111 11010101 1000001 100000

Color Harmonies of #1D4C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4C87

Black with #1D4C87

Text Example


Text Example

White with #1D4C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,76,135); }

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

background-color css

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

 a { background-color: rgb(29,76,135); }

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

border-color css

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

 span { border-color: rgb(29,76,135); }

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