#120D3B

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

Shades of Midnight Express #120D3B

Tints of Midnight Express #120D3B

Color information

#120D3B (or 0x120D3B) is unknown color: approx Midnight Express. HEX triplet: 12, 0D and 3B. RGB value is (18,13,59). Sum of RGB (Red+Green+Blue) = 18+13+59=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 59 (23.44% from 255 or 65.56% from 90); Max value from RGB is 59 - color contains mainly: blue. Hex color #120D3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D3B is #EDF2C4. Grayscale: #131313. Windows color (decimal): -15594181 or 3869970. OLE color: 3869970.

HSL color Cylindrical-coordinate representation of color #120D3B: hue angle of 246.52º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120D3B is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB181359-
CMYK0.690.7800.77
HSL246.52º63.89%14.12%-
HSV(B)246.52º77.97%23.14%-
XYZ1.180.734.22-
YUV19.74150.16126.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 59 (23.44% from 255) = 65.56%
R=20%
G=14.44%
B=65.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1813590.690.7800.77246.5263.8914.12
Hex12D3B454E04Df740e
Octal221573105116011536710016
Binary10010110111101110001011001110010011011111011110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120D3B; }

 p { color: rgb(18,13,59); }

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

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

 a { background-color: rgb(18,13,59); }

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

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

 span { border-color: rgb(18,13,59); }

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