#120673

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

Shades of Midnight Blue #120673

Tints of Midnight Blue #120673

Color information

#120673 (or 0x120673) is unknown color: approx Midnight Blue. HEX triplet: 12, 06 and 73. RGB value is (18,6,115). Sum of RGB (Red+Green+Blue) = 18+6+115=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #120673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120673 is #EDF98C. Grayscale: #151515. Windows color (decimal): -15595917 or 7538194. OLE color: 7538194.

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

Color convert

RGB186115-
CMYK0.840.9500.55
HSL246.61º90.08%23.73%-
HSV(B)246.61º94.78%45.1%-
XYZ3.411.516.33-
YUV22.01180.48125.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 115 (45.31% from 255) = 82.73%
R=12.95%
G=4.32%
B=82.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1861150.840.9500.55246.6190.0823.73
Hex12673545F037f75a18
Octal22616312413706736713230
Binary10010110111001110101001011111011011111110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120673; }

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

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

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

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

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

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

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

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