#121340

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

Shades of Midnight Express #121340

Tints of Midnight Express #121340

Color information

#121340 (or 0x121340) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 40. RGB value is (18,19,64). Sum of RGB (Red+Green+Blue) = 18+19+64=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #121340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121340 is #EDECBF. Grayscale: #171717. Windows color (decimal): -15592640 or 4199186. OLE color: 4199186.

HSL color Cylindrical-coordinate representation of color #121340: hue angle of 238.7º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121340 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181964-
CMYK0.720.7000.75
HSL238.7º56.1%16.08%-
HSV(B)238.7º71.88%25.1%-
XYZ1.410.964.96-
YUV23.83150.67123.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=17.82%
G=18.81%
B=63.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1819640.720.7000.75238.756.116.08
Hex121340484604Bef3810
Octal222310011010601133577020
Binary1001010011100000010010001000110010010111110111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121340; }

 p { color: rgb(18,19,64); }

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

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

 a { background-color: rgb(18,19,64); }

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

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

 span { border-color: rgb(18,19,64); }

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