#120472

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

Shades of Midnight Blue #120472

Tints of Midnight Blue #120472

Color information

#120472 (or 0x120472) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 72. RGB value is (18,4,114). Sum of RGB (Red+Green+Blue) = 18+4+114=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #120472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120472 is #EDFB8D. Grayscale: #141414. Windows color (decimal): -15596430 or 7472146. OLE color: 7472146.

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

Color convert

RGB184114-
CMYK0.840.9600.55
HSL247.64º93.22%23.14%-
HSV(B)247.64º96.49%44.71%-
XYZ3.331.4316.02-
YUV20.73180.64126.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 114 (44.92% from 255) = 83.82%
R=13.24%
G=2.94%
B=83.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1841140.840.9600.55247.6493.2223.14
Hex124725460037f85d17
Octal22416212414006737013527
Binary10010100111001010101001100000011011111111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120472; }

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

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

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

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

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

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

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

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