#121D34

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

Shades of Midnight Express #121D34

Tints of Midnight Express #121D34

Color information

#121D34 (or 0x121D34) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 34. RGB value is (18,29,52). Sum of RGB (Red+Green+Blue) = 18+29+52=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #121D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D34 is #EDE2CB. Grayscale: #1C1C1C. Windows color (decimal): -15590092 or 3415314. OLE color: 3415314.

HSL color Cylindrical-coordinate representation of color #121D34: hue angle of 220.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121D34 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182952-
CMYK0.650.4400.80
HSL220.59º48.57%13.73%-
HSV(B)220.59º65.38%20.39%-
XYZ1.311.263.42-
YUV28.33141.36120.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 52 (20.70% from 255) = 52.53%
R=18.18%
G=29.29%
B=52.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1829520.650.4400.80220.5948.5713.73
Hex121D34412C050dd31e
Octal2235641015401203356116
Binary1001011101110100100000110110001010000110111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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