#120D6A

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

Shades of Midnight Blue #120D6A

Tints of Midnight Blue #120D6A

Color information

#120D6A (or 0x120D6A) is unknown color: approx Midnight Blue. HEX triplet: 12, 0D and 6A. RGB value is (18,13,106). Sum of RGB (Red+Green+Blue) = 18+13+106=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #120D6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D6A is #EDF295. Grayscale: #181818. Windows color (decimal): -15594134 or 6950162. OLE color: 6950162.

HSL color Cylindrical-coordinate representation of color #120D6A: hue angle of 243.23º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120D6A is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1813106-
CMYK0.830.8800.58
HSL243.23º78.15%23.33%-
HSV(B)243.23º87.74%41.57%-
XYZ2.991.4613.76-
YUV25.1173.66122.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 106 (41.80% from 255) = 77.37%
R=13.14%
G=9.49%
B=77.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18131060.830.8800.58243.2378.1523.33
Hex12D6A535803Af34e17
Octal221515212313007236311627
Binary100101101110101010100111011000011101011110011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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