#1D283F

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

Shades of Midnight Express #1D283F

Tints of Midnight Express #1D283F

Color information

#1D283F (or 0x1D283F) is unknown color: approx Midnight Express. HEX triplet: 1D, 28 and 3F. RGB value is (29,40,63). Sum of RGB (Red+Green+Blue) = 29+40+63=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D283F is #E2D7C0. Grayscale: #272727. Windows color (decimal): -14866369 or 4139037. OLE color: 4139037.

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

Color convert

RGB294063-
CMYK0.540.3700.75
HSL220.59º36.96%18.04%-
HSV(B)220.59º53.97%24.71%-
XYZ2.162.145-
YUV39.33141.36120.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 63 (25% from 255) = 47.73%
R=21.97%
G=30.30%
B=47.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2940630.540.3700.75220.5936.9618.04
Hex1D283F362504Bdd2512
Octal355077664501133354522
Binary11101101000111111110110100101010010111101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,63); }

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

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

 a { background-color: rgb(29,40,63); }

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

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

 span { border-color: rgb(29,40,63); }

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