Html Css Color HEX #1D4C8D Endeavour

📋 copy color: '#1D4C8D'

red 29 ◦ green 76 ◦ blue 141

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

Shades of Endeavour #1D4C8D

Tints of Endeavour #1D4C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 11.79%
G = 30.89%
B = 57.32%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D4C8D (or 0x1D4C8D) is known color: Endeavour. HEX triplet: 1D, 4C and 8D. RGB value is (29,76,141). Sum of RGB (Red+Green+Blue) = 29+76+141=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D4C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4C8D is #E2B372. Grayscale: #454545. Windows color (decimal): -14857075 or 9260061. OLE color: 9260061.

HSL color Cylindrical-coordinate representation of color #1D4C8D: hue angle of 214.82º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D4C8D is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 76 141 -
CMYK 0.79 0.46 0 0.45
HSL 214.82º 0.66% 0.33% -
HSV(B) 214.82º 0.79% 0.55% -
XYZ 7.9 7.35 26.2 -
YUV 69.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 29 76 141 0.79 0.46 0 0.45 214.82 0.66 0.33
Hex 1D 4C 8D 4F 2E 0 2D D7 42 21
Octal 35 114 215 117 56 0 55 327 102 41
Binary 11101 1001100 10001101 1001111 101110 0 101101 11010111 1000010 100001

Color Harmonies of #1D4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4C8D

Black with #1D4C8D

Text Example


Text Example

White with #1D4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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