Html Css Color HEX #1D478D Endeavour

📋 copy color: '#1D478D'

red 29 ◦ green 71 ◦ blue 141

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

Shades of Endeavour #1D478D

Tints of Endeavour #1D478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

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

R = 12.03%
G = 29.46%
B = 58.51%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D478D (or 0x1D478D) is known color: Endeavour. HEX triplet: 1D, 47 and 8D. RGB value is (29,71,141). Sum of RGB (Red+Green+Blue) = 29+71+141=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D478D is #E2B872. Grayscale: #424242. Windows color (decimal): -14858355 or 9258781. OLE color: 9258781.

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

Color convert

RGB 29 71 141 -
CMYK 0.79 0.50 0 0.45
HSL 217.5º 0.66% 0.33% -
HSV(B) 217.5º 0.79% 0.55% -
XYZ 7.57 6.69 26.09 -
YUV 66.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 29 71 141 0.79 0.50 0 0.45 217.5 0.66 0.33
Hex 1D 47 8D 4F 32 0 2D DA 42 21
Octal 35 107 215 117 62 0 55 332 102 41
Binary 11101 1000111 10001101 1001111 110010 0 101101 11011010 1000010 100001

Color Harmonies of #1D478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D478D

Black with #1D478D

Text Example


Text Example

White with #1D478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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