#121D30

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

Shades of Midnight Express #121D30

Tints of Midnight Express #121D30

Color information

#121D30 (or 0x121D30) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 30. RGB value is (18,29,48). Sum of RGB (Red+Green+Blue) = 18+29+48=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #121D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D30 is #EDE2CF. Grayscale: #1B1B1B. Windows color (decimal): -15590096 or 3153170. OLE color: 3153170.

HSL color Cylindrical-coordinate representation of color #121D30: hue angle of 218º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121D30 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB182948-
CMYK0.630.4000.81
HSL218º45.45%12.94%-
HSV(B)218º62.5%18.82%-
XYZ1.221.222.97-
YUV27.88139.36120.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 29 (11.72% from 255) = 30.53%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=18.95%
G=30.53%
B=50.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1829480.630.4000.8121845.4512.94
Hex121D303F28051da2dd
Octal223560775001213325515
Binary100101110111000011111110100001010001110110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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