Html Css Color HEX #1D548D Endeavour

📋 copy color: '#1D548D'

red 29 ◦ green 84 ◦ blue 141

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

Shades of Endeavour #1D548D

Tints of Endeavour #1D548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 11.42%
G = 33.07%
B = 55.51%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D548D (or 0x1D548D) is known color: Endeavour. HEX triplet: 1D, 54 and 8D. RGB value is (29,84,141). Sum of RGB (Red+Green+Blue) = 29+84+141=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D548D is #E2AB72. Grayscale: #494949. Windows color (decimal): -14855027 or 9262109. OLE color: 9262109.

HSL color Cylindrical-coordinate representation of color #1D548D: hue angle of 210.54º 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 #1D548D is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 84 141 -
CMYK 0.79 0.40 0 0.45
HSL 210.54º 0.66% 0.33% -
HSV(B) 210.54º 0.79% 0.55% -
XYZ 8.48 8.52 26.4 -
YUV 74.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 29 84 141 0.79 0.40 0 0.45 210.54 0.66 0.33
Hex 1D 54 8D 4F 28 0 2D D3 42 21
Octal 35 124 215 117 50 0 55 323 102 41
Binary 11101 1010100 10001101 1001111 101000 0 101101 11010011 1000010 100001

Color Harmonies of #1D548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D548D

Black with #1D548D

Text Example


Text Example

White with #1D548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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