Html Css Color HEX #1D2347 Midnight Express

📋 copy color: '#1D2347'

red 29 ◦ green 35 ◦ blue 71

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

Shades of Midnight Express #1D2347

Tints of Midnight Express #1D2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

 BLUE value IS 71 (28.13% from 255) = 52.59%

R = 21.48%
G = 25.93%
B = 52.59%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D2347 (or 0x1D2347) is known color: Midnight Express. HEX triplet: 1D, 23 and 47. RGB value is (29,35,71). Sum of RGB (Red+Green+Blue) = 29+35+71=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2347 is #E2DCB8. Grayscale: #252525. Windows color (decimal): -14867641 or 4662045. OLE color: 4662045.

HSL color Cylindrical-coordinate representation of color #1D2347: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D2347 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 35 71 -
CMYK 0.59 0.51 0 0.72
HSL 231.43º 0.42% 0.2% -
HSV(B) 231.43º 0.59% 0.28% -
XYZ 2.25 1.92 6.21 -
YUV 37.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 29 35 71 0.59 0.51 0 0.72 231.43 0.42 0.2
Hex 1D 23 47 3B 33 0 48 E7 2A 14
Octal 35 43 107 73 63 0 110 347 52 24
Binary 11101 100011 1000111 111011 110011 0 1001000 11100111 101010 10100

Color Harmonies of #1D2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2347

Black with #1D2347

Text Example


Text Example

White with #1D2347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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