Html Css Color HEX #1D2848 Midnight Express

📋 copy color: '#1D2848'

red 29 ◦ green 40 ◦ blue 72

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

Shades of Midnight Express #1D2848

Tints of Midnight Express #1D2848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 51.06%

R = 20.57%
G = 28.37%
B = 51.06%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D2848 (or 0x1D2848) is known color: Midnight Express. HEX triplet: 1D, 28 and 48. RGB value is (29,40,72). Sum of RGB (Red+Green+Blue) = 29+40+72=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2848 is #E2D7B7. Grayscale: #282828. Windows color (decimal): -14866360 or 4728861. OLE color: 4728861.

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

Color convert

RGB 29 40 72 -
CMYK 0.60 0.44 0 0.72
HSL 224.65º 0.43% 0.2% -
HSV(B) 224.65º 0.6% 0.28% -
XYZ 2.44 2.25 6.44 -
YUV 40.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 29 40 72 0.60 0.44 0 0.72 224.65 0.43 0.2
Hex 1D 28 48 3C 2C 0 48 E1 2B 14
Octal 35 50 110 74 54 0 110 341 53 24
Binary 11101 101000 1001000 111100 101100 0 1001000 11100001 101011 10100

Color Harmonies of #1D2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2848

Black with #1D2848

Text Example


Text Example

White with #1D2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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