Html Css Color HEX #1D2740 Midnight Express

📋 copy color: '#1D2740'

red 29 ◦ green 39 ◦ blue 64

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

Shades of Midnight Express #1D2740

Tints of Midnight Express #1D2740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.55%

 BLUE value IS 64 (25.39% from 255) = 48.48%

R = 21.97%
G = 29.55%
B = 48.48%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1D2740 (or 0x1D2740) is known color: Midnight Express. HEX triplet: 1D, 27 and 40. RGB value is (29,39,64). Sum of RGB (Red+Green+Blue) = 29+39+64=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D2740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2740 is #E2D8BF. Grayscale: #262626. Windows color (decimal): -14866624 or 4204317. OLE color: 4204317.

HSL color Cylindrical-coordinate representation of color #1D2740: hue angle of 222.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D2740 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 39 64 -
CMYK 0.55 0.39 0 0.75
HSL 222.86º 0.38% 0.18% -
HSV(B) 222.86º 0.55% 0.25% -
XYZ 2.16 2.08 5.14 -
YUV 38.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 29 39 64 0.55 0.39 0 0.75 222.86 0.38 0.18
Hex 1D 27 40 37 27 0 4B DF 26 12
Octal 35 47 100 67 47 0 113 337 46 22
Binary 11101 100111 1000000 110111 100111 0 1001011 11011111 100110 10010

Color Harmonies of #1D2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2740

Black with #1D2740

Text Example


Text Example

White with #1D2740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,39,64); }

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

background-color css

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

 a { background-color: rgb(29,39,64); }

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

border-color css

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

 span { border-color: rgb(29,39,64); }

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