Html Css Color HEX #1D2548 Midnight Express

📋 copy color: '#1D2548'

red 29 ◦ green 37 ◦ blue 72

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

Shades of Midnight Express #1D2548

Tints of Midnight Express #1D2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 21.01%
G = 26.81%
B = 52.17%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D2548 (or 0x1D2548) is known color: Midnight Express. HEX triplet: 1D, 25 and 48. RGB value is (29,37,72). Sum of RGB (Red+Green+Blue) = 29+37+72=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2548 is #E2DAB7. Grayscale: #262626. Windows color (decimal): -14867128 or 4728093. OLE color: 4728093.

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

Color convert

RGB 29 37 72 -
CMYK 0.60 0.49 0 0.72
HSL 228.84º 0.43% 0.2% -
HSV(B) 228.84º 0.6% 0.28% -
XYZ 2.34 2.05 6.4 -
YUV 38.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 29 37 72 0.60 0.49 0 0.72 228.84 0.43 0.2
Hex 1D 25 48 3C 31 0 48 E5 2B 14
Octal 35 45 110 74 61 0 110 345 53 24
Binary 11101 100101 1001000 111100 110001 0 1001000 11100101 101011 10100

Color Harmonies of #1D2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2548

Black with #1D2548

Text Example


Text Example

White with #1D2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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