#1D2645

Color #1D2645 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #1D2645

Tints of Midnight Express #1D2645

Color information

#1D2645 (or 0x1D2645) is unknown color: approx Midnight Express. HEX triplet: 1D, 26 and 45. RGB value is (29,38,69). Sum of RGB (Red+Green+Blue) = 29+38+69=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #1D2645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2645 is #E2D9BA. Grayscale: #262626. Windows color (decimal): -14866875 or 4531741. OLE color: 4531741.

HSL color Cylindrical-coordinate representation of color #1D2645: hue angle of 226.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D2645 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB293869-
CMYK0.580.4500.73
HSL226.5º40.82%19.22%-
HSV(B)226.5º57.97%27.06%-
XYZ2.272.085.91-
YUV38.84145.02120.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.32%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 69 (27.34% from 255) = 50.74%
R=21.32%
G=27.94%
B=50.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2938690.580.4500.73226.540.8219.22
Hex1D26453A2D049e22913
Octal3546105725501113425123
Binary111011001101000101111010101101010010011110001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,38,69); }

 H1.HeaderClassName
 {
   color: #1D2645;
 }
 .AnyTagClassName
 {
   color: #1D2645;
 }
</style>
background-color css

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

 a { background-color: rgb(29,38,69); }

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

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

 span { border-color: rgb(29,38,69); }

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