Html Css Color HEX #1D2949 Midnight Express

📋 copy color: '#1D2949'

red 29 ◦ green 41 ◦ blue 73

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

Shades of Midnight Express #1D2949

Tints of Midnight Express #1D2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

 BLUE value IS 73 (28.91% from 255) = 51.05%

R = 20.28%
G = 28.67%
B = 51.05%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D2949 (or 0x1D2949) is known color: Midnight Express. HEX triplet: 1D, 29 and 49. RGB value is (29,41,73). Sum of RGB (Red+Green+Blue) = 29+41+73=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2949 is #E2D6B6. Grayscale: #282828. Windows color (decimal): -14866103 or 4794653. OLE color: 4794653.

HSL color Cylindrical-coordinate representation of color #1D2949: hue angle of 223.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D2949 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 41 73 -
CMYK 0.60 0.44 0 0.71
HSL 223.64º 0.43% 0.2% -
HSV(B) 223.64º 0.6% 0.29% -
XYZ 2.5 2.33 6.62 -
YUV 41.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 29 41 73 0.60 0.44 0 0.71 223.64 0.43 0.2
Hex 1D 29 49 3C 2C 0 47 E0 2B 14
Octal 35 51 111 74 54 0 107 340 53 24
Binary 11101 101001 1001001 111100 101100 0 1000111 11100000 101011 10100

Color Harmonies of #1D2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2949

Black with #1D2949

Text Example


Text Example

White with #1D2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,41,73); }

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

background-color css

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

 a { background-color: rgb(29,41,73); }

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

border-color css

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

 span { border-color: rgb(29,41,73); }

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