#120461

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

Shades of Midnight Blue #120461

Tints of Midnight Blue #120461

Color information

#120461 (or 0x120461) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 61. RGB value is (18,4,97). Sum of RGB (Red+Green+Blue) = 18+4+97=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #120461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120461 is #EDFB9E. Grayscale: #121212. Windows color (decimal): -15596447 or 6358034. OLE color: 6358034.

HSL color Cylindrical-coordinate representation of color #120461: hue angle of 249.03º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120461 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB18497-
CMYK0.810.9600.62
HSL249.03º92.08%19.8%-
HSV(B)249.03º95.88%38.04%-
XYZ2.451.0811.39-
YUV18.79172.14127.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 97 (38.28% from 255) = 81.51%
R=15.13%
G=3.36%
B=81.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal184970.810.9600.62249.0392.0819.8
Hex12461516003Ef95c14
Octal22414112114007637113424
Binary10010100110000110100011100000011111011111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120461; }

 p { color: rgb(18,4,97); }

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

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

 a { background-color: rgb(18,4,97); }

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

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

 span { border-color: rgb(18,4,97); }

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