#120473

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

Shades of Midnight Blue #120473

Tints of Midnight Blue #120473

Color information

#120473 (or 0x120473) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 73. RGB value is (18,4,115). Sum of RGB (Red+Green+Blue) = 18+4+115=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #120473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120473 is #EDFB8C. Grayscale: #141414. Windows color (decimal): -15596429 or 7537682. OLE color: 7537682.

HSL color Cylindrical-coordinate representation of color #120473: hue angle of 247.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120473 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB184115-
CMYK0.840.9700.55
HSL247.57º93.28%23.33%-
HSV(B)247.57º96.52%45.1%-
XYZ3.391.4516.32-
YUV20.84181.14125.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 115 (45.31% from 255) = 83.94%
R=13.14%
G=2.92%
B=83.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1841150.840.9700.55247.5793.2823.33
Hex124735461037f85d17
Octal22416312414106737013527
Binary10010100111001110101001100001011011111111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120473; }

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

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

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

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

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

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

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

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