Html Css Color HEX #1D2247 Midnight Express

📋 copy color: '#1D2247'

red 29 ◦ green 34 ◦ blue 71

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

Shades of Midnight Express #1D2247

Tints of Midnight Express #1D2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

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

R = 21.64%
G = 25.37%
B = 52.99%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D2247 (or 0x1D2247) is known color: Midnight Express. HEX triplet: 1D, 22 and 47. RGB value is (29,34,71). Sum of RGB (Red+Green+Blue) = 29+34+71=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D2247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2247 is #E2DDB8. Grayscale: #242424. Windows color (decimal): -14867897 or 4661789. OLE color: 4661789.

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

Color convert

RGB 29 34 71 -
CMYK 0.59 0.52 0 0.72
HSL 232.86º 0.42% 0.2% -
HSV(B) 232.86º 0.59% 0.28% -
XYZ 2.22 1.86 6.2 -
YUV 36.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 29 34 71 0.59 0.52 0 0.72 232.86 0.42 0.2
Hex 1D 22 47 3B 34 0 48 E9 2A 14
Octal 35 42 107 73 64 0 110 351 52 24
Binary 11101 100010 1000111 111011 110100 0 1001000 11101001 101010 10100

Color Harmonies of #1D2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2247

Black with #1D2247

Text Example


Text Example

White with #1D2247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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