Html Css Color HEX #1D2847 Midnight Express

📋 copy color: '#1D2847'

red 29 ◦ green 40 ◦ blue 71

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

Shades of Midnight Express #1D2847

Tints of Midnight Express #1D2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

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

R = 20.71%
G = 28.57%
B = 50.71%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D2847 (or 0x1D2847) is known color: Midnight Express. HEX triplet: 1D, 28 and 47. RGB value is (29,40,71). Sum of RGB (Red+Green+Blue) = 29+40+71=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2847 is #E2D7B8. Grayscale: #282828. Windows color (decimal): -14866361 or 4663325. OLE color: 4663325.

HSL color Cylindrical-coordinate representation of color #1D2847: hue angle of 224.29º 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 #1D2847 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 40 71 -
CMYK 0.59 0.44 0 0.72
HSL 224.29º 0.42% 0.2% -
HSV(B) 224.29º 0.59% 0.28% -
XYZ 2.4 2.23 6.27 -
YUV 40.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 29 40 71 0.59 0.44 0 0.72 224.29 0.42 0.2
Hex 1D 28 47 3B 2C 0 48 E0 2A 14
Octal 35 50 107 73 54 0 110 340 52 24
Binary 11101 101000 1000111 111011 101100 0 1001000 11100000 101010 10100

Color Harmonies of #1D2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2847

Black with #1D2847

Text Example


Text Example

White with #1D2847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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