Html Css Color HEX #1D253D Midnight Express

📋 copy color: '#1D253D'

red 29 ◦ green 37 ◦ blue 61

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

Shades of Midnight Express #1D253D

Tints of Midnight Express #1D253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 48.03%

R = 22.83%
G = 29.13%
B = 48.03%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D253D (or 0x1D253D) is known color: Midnight Express. HEX triplet: 1D, 25 and 3D. RGB value is (29,37,61). Sum of RGB (Red+Green+Blue) = 29+37+61=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D253D is #E2DAC2. Grayscale: #252525. Windows color (decimal): -14867139 or 4007197. OLE color: 4007197.

HSL color Cylindrical-coordinate representation of color #1D253D: hue angle of 225º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D253D is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 29 37 61 -
CMYK 0.52 0.39 0 0.76
HSL 225º 0.36% 0.18% -
HSV(B) 225º 0.52% 0.24% -
XYZ 2.01 1.92 4.68 -
YUV 37.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 29 37 61 0.52 0.39 0 0.76 225 0.36 0.18
Hex 1D 25 3D 34 27 0 4C E1 24 12
Octal 35 45 75 64 47 0 114 341 44 22
Binary 11101 100101 111101 110100 100111 0 1001100 11100001 100100 10010

Color Harmonies of #1D253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D253D

Black with #1D253D

Text Example


Text Example

White with #1D253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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