#120574

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

Shades of Midnight Blue #120574

Tints of Midnight Blue #120574

Color information

#120574 (or 0x120574) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 74. RGB value is (18,5,116). Sum of RGB (Red+Green+Blue) = 18+5+116=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #120574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120574 is #EDFA8B. Grayscale: #151515. Windows color (decimal): -15596172 or 7603474. OLE color: 7603474.

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

Color convert

RGB185116-
CMYK0.840.9600.55
HSL247.03º91.74%23.73%-
HSV(B)247.03º95.69%45.49%-
XYZ3.461.516.63-
YUV21.54181.31125.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 116 (45.70% from 255) = 83.45%
R=12.95%
G=3.60%
B=83.45%

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
Decimal1851160.840.9600.55247.0391.7423.73
Hex125745460037f75c18
Octal22516412414006736713430
Binary10010101111010010101001100000011011111110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120574; }

 p { color: rgb(18,5,116); }

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

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

 a { background-color: rgb(18,5,116); }

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

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

 span { border-color: rgb(18,5,116); }

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