#121D2F

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

Shades of Midnight Express #121D2F

Tints of Midnight Express #121D2F

Color information

#121D2F (or 0x121D2F) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 2F. RGB value is (18,29,47). Sum of RGB (Red+Green+Blue) = 18+29+47=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #121D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D2F is #EDE2D0. Grayscale: #1B1B1B. Windows color (decimal): -15590097 or 3087634. OLE color: 3087634.

HSL color Cylindrical-coordinate representation of color #121D2F: hue angle of 217.24º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121D2F is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB182947-
CMYK0.620.3800.82
HSL217.24º44.62%12.75%-
HSV(B)217.24º61.7%18.43%-
XYZ1.21.212.86-
YUV27.76138.86121.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 47 (18.75% from 255) = 50%
R=19.15%
G=30.85%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1829470.620.3800.82217.2444.6212.75
Hex121D2F3E26052d92dd
Octal223557764601223315515
Binary100101110110111111111010011001010010110110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D2F; }

 p { color: rgb(18,29,47); }

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

<style>
 a { background-color: #121D2F; }

 a { background-color: rgb(18,29,47); }

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

<style>
 span { border-color: #121D2F; }

 span { border-color: rgb(18,29,47); }

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