#121C34

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

Shades of Midnight Express #121C34

Tints of Midnight Express #121C34

Color information

#121C34 (or 0x121C34) is unknown color: approx Midnight Express. HEX triplet: 12, 1C and 34. RGB value is (18,28,52). Sum of RGB (Red+Green+Blue) = 18+28+52=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #121C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C34 is #EDE3CB. Grayscale: #1B1B1B. Windows color (decimal): -15590348 or 3415058. OLE color: 3415058.

HSL color Cylindrical-coordinate representation of color #121C34: hue angle of 222.35º 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 #121C34 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182852-
CMYK0.650.4600.80
HSL222.35º48.57%13.73%-
HSV(B)222.35º65.38%20.39%-
XYZ1.281.213.41-
YUV27.75141.69121.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 52 (20.70% from 255) = 53.06%
R=18.37%
G=28.57%
B=53.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1828520.650.4600.80222.3548.5713.73
Hex121C34412E050de31e
Octal2234641015601203366116
Binary1001011100110100100000110111001010000110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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