Html Css Color HEX #1D2638 Midnight Express

📋 copy color: '#1D2638'

red 29 ◦ green 38 ◦ blue 56

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

Shades of Midnight Express #1D2638

Tints of Midnight Express #1D2638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.89%

 BLUE value IS 56 (22.27% from 255) = 45.53%

R = 23.58%
G = 30.89%
B = 45.53%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D2638 (or 0x1D2638) is known color: Midnight Express. HEX triplet: 1D, 26 and 38. RGB value is (29,38,56). Sum of RGB (Red+Green+Blue) = 29+38+56=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D2638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2638 is #E2D9C7. Grayscale: #252525. Windows color (decimal): -14866888 or 3679773. OLE color: 3679773.

HSL color Cylindrical-coordinate representation of color #1D2638: hue angle of 220º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D2638 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 38 56 -
CMYK 0.48 0.32 0 0.78
HSL 220º 0.32% 0.17% -
HSV(B) 220º 0.48% 0.22% -
XYZ 1.91 1.93 4.01 -
YUV 37.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 29 38 56 0.48 0.32 0 0.78 220 0.32 0.17
Hex 1D 26 38 30 20 0 4E DC 20 11
Octal 35 46 70 60 40 0 116 334 40 21
Binary 11101 100110 111000 110000 100000 0 1001110 11011100 100000 10001

Color Harmonies of #1D2638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2638

Black with #1D2638

Text Example


Text Example

White with #1D2638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,38,56); }

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

background-color css

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

 a { background-color: rgb(29,38,56); }

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

border-color css

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

 span { border-color: rgb(29,38,56); }

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